Uncheck mass select checkbox when updating rows via ajax. See #14579

git-svn-id: https://develop.svn.wordpress.org/trunk@16218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-05 23:07:00 +00:00
parent a5385f31bb
commit 441237a5f4
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -106,6 +106,8 @@ window.listTable = {
$('.current-page').val($.query.GET('paged'));
$('th.column-cb :input').attr('checked', false);
if ( this._callback )
this._callback();
}