Changeset 28141
- Timestamp:
- 04/16/2014 12:03:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r28126 r28141 1176 1176 themes: function() { 1177 1177 $( '.theme-search' ).val( '' ); 1178 }, 1179 1180 navigate: function() { 1181 if ( Backbone.history._hasPushState ) { 1182 Backbone.Router.navigate.apply( this, arguments ); 1183 } 1178 1184 } 1179 1185 … … 1573 1579 search: function( query ) { 1574 1580 $( '.theme-search' ).val( query ); 1581 }, 1582 1583 navigate: function() { 1584 if ( Backbone.history._hasPushState ) { 1585 Backbone.Router.navigate.apply( this, arguments ); 1586 } 1575 1587 } 1576 1588 });
Note: See TracChangeset
for help on using the changeset viewer.