mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '3132-No_aparecen_campos_recon_task' into 'develop'
fixed minor error jquery See merge request artica/pandorafms!2014
This commit is contained in:
commit
cfeaea57ff
@ -651,7 +651,7 @@ function add_macro_field(macro, row_model_id) {
|
|||||||
$macro_field.attr('class', 'macro_field');
|
$macro_field.attr('class', 'macro_field');
|
||||||
|
|
||||||
// Get the number of fields already printed
|
// Get the number of fields already printed
|
||||||
var fields = $('.macro_field').size();
|
var fields = $('.macro_field').length;
|
||||||
|
|
||||||
// If is the first, we insert it after model row
|
// If is the first, we insert it after model row
|
||||||
if (fields == 0) {
|
if (fields == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user