diff --git a/app/webroot/js/dreamjob.js b/app/webroot/js/dreamjob.js index 56565d8..df5fea2 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -83,7 +83,7 @@ $(where+" form.tableForm tbody").each(function(evt){ var that = this; - var newRow = $(".new").html(); + var newRow = $(".new",this).html(); $(that).change(function(){ tosave = true; $("tr",that).each(function(evt){