Changeset 41057
- Timestamp:
- 07/14/2017 05:43:48 PM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/js/customize-nav-menus.js
r40396 r41057 2230 2230 } ); 2231 2231 2232 control.container.find( '.menu-delete-item' ).on( 'click', function( event ) { 2233 event.stopPropagation(); 2232 control.container.find( '.menu-delete-item .button-link-delete' ).on( 'click', function( event ) { 2234 2233 event.preventDefault(); 2235 2234 control.setting.set( false );
Note: See TracChangeset
for help on using the changeset viewer.