Changeset 37659
- Timestamp:
- 06/08/2016 10:36:47 PM (8 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/editor-expand.js
r37603 r37659 601 601 // Adjust when collapsing the menu, changing the columns, changing the body class. 602 602 $document.on( 'wp-collapse-menu.editor-expand postboxes-columnchange.editor-expand editor-classchange.editor-expand', adjust ) 603 .on( 'postbox-toggled.editor-expand ', function() {603 .on( 'postbox-toggled.editor-expand postbox-moved.editor-expand', function() { 604 604 if ( ! fixedSideTop && ! fixedSideBottom && window.pageYOffset > pinnedToolsTop ) { 605 605 fixedSideBottom = true; -
trunk/src/wp-admin/js/postbox.js
r37195 r37659 140 140 141 141 postboxes._mark_area(); 142 $document.trigger( 'postbox-moved', ui.item ); 142 143 } 143 144 });
Note: See TracChangeset
for help on using the changeset viewer.