Update URL when performing ajaxified action. See #15580

git-svn-id: http://svn.automattic.com/wordpress/trunk@16615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-29 18:57:33 +00:00
parent d43b3a704c
commit d171e12580
3 changed files with 6 additions and 2 deletions

View File

@@ -109,6 +109,10 @@ window.listTable = {
$('th.column-cb :input').attr('checked', false);
if ( window.history.replaceState ) {
window.history.replaceState({}, '', window.location.pathname + $.query);
}
if ( this._callback )
this._callback();
}