Changeset 26826
- Timestamp:
- 12/09/2013 07:06:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26815 r26826 391 391 // Bind keyboard events. 392 392 $('body').on( 'keyup', function( event ) { 393 if ( ! self.overlay ) { 394 return; 395 } 396 393 397 // Pressing the right arrow key fires a theme:next event 394 398 if ( event.keyCode === 39 ) {
Note: See TracChangeset
for help on using the changeset viewer.