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

git-svn-id: http://svn.automattic.com/wordpress/trunk@9829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-21 09:11:17 +00:00
parent 72c9fb1be3
commit 297a4a22b4
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' ],