extra
This commit is contained in:
parent
4b6e53cc46
commit
c51edb4ce8
|
@ -113,7 +113,10 @@ var global_load = null;
|
||||||
$("tr", that).removeClass("new");
|
$("tr", that).removeClass("new");
|
||||||
console.log(newRow);
|
console.log(newRow);
|
||||||
$(that).append("<tr class=\"new\">" + newRow + "</tr>");
|
$(that).append("<tr class=\"new\">" + newRow + "</tr>");
|
||||||
event("form.tableForm tbody tr.new");
|
|
||||||
|
$"form.tableForm tbody tr.new select").each(function() {
|
||||||
|
$(this).select2({allowClear: true});
|
||||||
|
});
|
||||||
evet();
|
evet();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue