This commit is contained in:
Martin Müller 2014-05-11 16:01:21 +02:00
parent 9ff37d7a06
commit df4845cca7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
$(where+" form.tableForm tbody").each(function(evt){ $(where+" form.tableForm tbody").each(function(evt){
var that = this; var that = this;
var newRow = $(".new").html(); var newRow = $(".new",this).html();
$(that).change(function(){ $(that).change(function(){
tosave = true; tosave = true;
$("tr",that).each(function(evt){ $("tr",that).each(function(evt){