password
This commit is contained in:
parent
9ff37d7a06
commit
df4845cca7
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue