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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-13 15:58:23 +00:00
parent 4b927768fd
commit bdbfca56a7
3 changed files with 49 additions and 33 deletions

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();