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:
vgilc 2018-11-23 11:11:39 +01:00
commit cfeaea57ff
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ function add_macro_field(macro, row_model_id) {
$macro_field.attr('class', 'macro_field');
// 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 (fields == 0) {