Begin rework of plugins list table. Props edward mindreantre. See #15318

git-svn-id: https://develop.svn.wordpress.org/trunk@16345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-13 15:58:23 +00:00
parent 4ffac80fc4
commit da3a486cef
3 changed files with 49 additions and 33 deletions
+3 -1
View File
@@ -65,7 +65,7 @@ window.listTable = {
data = $.query.get();
this._callback = callback;
this.fetch_list(
data,
$.proxy(this, 'handle_success'),
@@ -107,6 +107,8 @@ window.listTable = {
$('.current-page').val($.query.GET('paged'));
$('th.column-cb :input').attr('checked', false);
columns.init(); // To rehide the hidden columns.
if ( this._callback )
this._callback();