Ticket #25963: 25963.diff
File 25963.diff, 711 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/js/theme.js
682 682 // Render results 683 683 this.view.render(); 684 684 685 // Calls the routes functionality 686 this.routes(); 685 if ( window.history && window.history.pushState ) { 687 686 688 // Set ups history with pushState and our root 689 Backbone.history.start({ root: themes.data.settings.root }); 687 // Calls the routes functionality 688 this.routes(); 689 690 // Set ups history with pushState and our root 691 Backbone.history.start({ root: themes.data.settings.root, pushState: true }); 692 } 690 693 }, 691 694 692 695 routes: function() {