Changeset 39581
- Timestamp:
- 12/12/2016 07:52:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-selective-refresh.js
r39345 r39581 122 122 } 123 123 $shortcut = partial.createEditShortcut(); 124 partial.addEditShortcutToPlacement( placement, $shortcut );125 124 $shortcut.on( 'click', function( event ) { 126 125 event.preventDefault(); … … 128 127 partial.showControl(); 129 128 } ); 129 partial.addEditShortcutToPlacement( placement, $shortcut ); 130 130 }, 131 131
Note: See TracChangeset
for help on using the changeset viewer.