Clear messages when searching, sorting, paginating. Props scribu. fixes #15973
git-svn-id: http://svn.automattic.com/wordpress/trunk@17132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -93,6 +93,8 @@ window.listTable = {
|
||||
} else {
|
||||
this.stop_loading();
|
||||
|
||||
$('div.updated, div.error').not('.persistent, .inline').remove();
|
||||
|
||||
this.$tbody.html(response.rows);
|
||||
|
||||
$('.displaying-num').html(response.total_items_i18n);
|
||||
|
||||
Reference in New Issue
Block a user