From df4845cca7f527af4cf5b35a96158937fff11132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sun, 11 May 2014 16:01:21 +0200 Subject: [PATCH] password --- app/webroot/js/dreamjob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){