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