Clear messages when searching, sorting, paginating. Props scribu. fixes #15973

git-svn-id: https://develop.svn.wordpress.org/trunk@17132 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-12-24 17:45:59 +00:00
parent 62ca1a7769
commit 99750ff7ef
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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);