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:
ryan
2010-12-24 17:45:59 +00:00
parent 64c6c96b14
commit 36170f172d
3 changed files with 4 additions and 2 deletions

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