Changeset 39271
- Timestamp:
- 11/16/2016 10:16:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r39237 r39271 1451 1451 request.done( function() { 1452 1452 $( window ).off( 'beforeunload.customize-confirm' ); 1453 window.location.href = urlParser.href;1453 top.location.href = urlParser.href; 1454 1454 } ); 1455 1455 request.fail( function() {
Note: See TracChangeset
for help on using the changeset viewer.