Fix postbox dragging when converting from single-column to dual-column, fixes #8304

git-svn-id: https://develop.svn.wordpress.org/trunk@9829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-21 09:11:17 +00:00
parent 68777e6379
commit 103d7ddfe3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
init : function(page, args) {
$.extend( this, args || {} );
$('#wpbody-content').css('overflow','hidden');
$('.meta-box-sortables').sortable( {
placeholder: 'sortable-placeholder',
connectWith: [ '.meta-box-sortables' ],