Ticket #47569: 47569-postbox.js.2.diff
| File 47569-postbox.js.2.diff, 428 bytes (added by , 7 years ago) |
|---|
-
postbox.js
205 205 $handleButtons = $( '.postbox .handlediv' ); 206 206 207 207 $.extend( this, args || {} ); 208 $('#wpbody-content').css('overflow','hidden');209 208 $('.meta-box-sortables').sortable({ 210 209 placeholder: 'sortable-placeholder', 211 210 connectWith: '.meta-box-sortables',