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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user