Changeset 29301
- Timestamp:
- 07/25/2014 03:56:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wplink.js
r28828 r29301 349 349 } 350 350 351 if ( inputs.url.is( ':focus' ) || inputs.title.is( ':focus' ) ) { 352 return; 353 } 354 351 355 fn = event.keyCode === key.UP ? 'prev' : 'next'; 352 356 clearInterval( wpLink.keyInterval );
Note: See TracChangeset
for help on using the changeset viewer.