Changeset 39606
- Timestamp:
- 12/16/2016 05:37:41 AM (4 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/js/customize-selective-refresh.js
r39345 r39606 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.