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