Avoid JS errors after [29057]. When the modal closes, reset the URL.

See #24716.

Built from https://develop.svn.wordpress.org/trunk@29070


git-svn-id: http://core.svn.wordpress.org/trunk@28856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-07-10 17:56:14 +00:00
parent ed5fa055e1
commit 6695de8b5b
2 changed files with 3 additions and 1 deletions

View File

@ -446,6 +446,8 @@
this.modal.close = function() {
self.modal.remove();
$( 'body' ).off( 'keydown.media-modal' ); /* remove the keydown event */
self.resetRoute();
};
this.modal.content( this );

File diff suppressed because one or more lines are too long