Changeset 36427
- Timestamp:
- 01/31/2016 06:05:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/nav-menu.js
r36426 r36427 180 180 181 181 // Show the ajax spinner 182 t.find( '. spinner' ).addClass( 'is-active' );182 t.find( '.button-controls .spinner' ).addClass( 'is-active' ); 183 183 184 184 // Retrieve menu item data … … 197 197 // Deselect the items and hide the ajax spinner 198 198 checkboxes.removeAttr('checked'); 199 t.find( '. spinner' ).removeClass( 'is-active' );199 t.find( '.button-controls .spinner' ).removeClass( 'is-active' ); 200 200 }); 201 201 });
Note: See TracChangeset
for help on using the changeset viewer.