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