Changeset 29672
- Timestamp:
- 09/02/2014 01:22:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/nav-menu.js
r28707 r29672 535 535 initPreviewing : function() { 536 536 // Update the item handle title when the navigation label is changed. 537 $( ' body' ).on( 'input', '.edit-menu-item-title', function(e) {537 $( '#menu-to-edit' ).on( 'change input', '.edit-menu-item-title', function(e) { 538 538 var input = $( e.currentTarget ), title, titleEl; 539 539 title = input.val();
Note: See TracChangeset
for help on using the changeset viewer.