Merge branch 'grid' into aris

This commit is contained in:
Aris Feryanto 2011-07-27 17:49:48 +08:00
commit 0d422a3a12

View File

@ -1371,6 +1371,7 @@
}
});
$('.save_edited').click(function() {
g.hideEditCell();
g.postEditedCell();
});
$(window).bind('beforeunload', function(e) {