This commit is contained in:
Martin Müller 2014-06-04 00:19:20 +02:00
parent c51edb4ce8
commit cd37b3fe1c
1 changed files with 1 additions and 1 deletions

View File

@ -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();