Changeset 26966
- Timestamp:
- 01/17/2014 12:12:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/wp-fullscreen.js
r26896 r26966 482 482 event: e, 483 483 what: 'dfw', 484 cb: fullscreen.off,484 cb: api.off, 485 485 condition: function(){ 486 486 if ( $('#TB_window').is(':visible') || $('.wp-dialog').is(':visible') ) … … 491 491 492 492 if ( ! $(document).triggerHandler( 'wp_CloseOnEscape', [data] ) ) { 493 fullscreen.off();493 api.off(); 494 494 } 495 495 }
Note: See TracChangeset
for help on using the changeset viewer.