Changeset 39585
- Timestamp:
- 12/12/2016 08:25:45 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/js/customize-preview.js
r39574 r39585 139 139 handleLinkClick: function( event ) { 140 140 var preview = this, link, isInternalJumpLink; 141 link = $( event.target ) ;141 link = $( event.target ).closest( 'a' ); 142 142 143 143 // No-op if the anchor is not a link.
Note: See TracChangeset
for help on using the changeset viewer.