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:
parent
72c9fb1be3
commit
297a4a22b4
|
@ -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' ],
|
||||
|
|
Loading…
Reference in New Issue