Changeset 22542
- Timestamp:
- 11/11/2012 01:40:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/dashboard.js
r22517 r22542 109 109 }); 110 110 111 $('#dashboard_quick_press #title, #dashboard_quick_press #content').focus(function(){ wpActiveEditor = 'content'; }); 111 $('#quick-press').on( 'click focusin', function() { 112 wpActiveEditor = 'content'; 113 }); 112 114 }; 113 115 quickPressLoad();
Note: See TracChangeset
for help on using the changeset viewer.