Grid edit: fix bug - is not defined when cfg['SaveCellsAtOnce'] is false

This commit is contained in:
Aris Feryanto 2011-07-28 10:18:45 +08:00
parent 685db48a79
commit a6850dd089

View File

@ -967,7 +967,6 @@
type: 'POST',
url: 'tbl_replace.php',
data: post_params,
context: $this_field[0],
success:
function(data) {
$editArea.removeClass('edit_area_posting');
@ -985,7 +984,7 @@
// display feedback
$('#sqlqueryresults').prepend(data.sql_query);
}
g.hideEditCell(true, data, this);
g.hideEditCell(true, data);
// remove the "Save edited cells" button
$('.save_edited').hide();