Ticket #16643: this-works.diff
| File this-works.diff, 675 bytes (added by , 15 years ago) |
|---|
-
wp-admin/js/postbox.dev.js
82 82 init : function(page, args) { 83 83 $.extend( this, args || {} ); 84 84 $('#wpbody-content').css('overflow','hidden'); 85 $('.meta-box-sortables').sortable({ 85 // Bug #16643 86 var selector = ( $.browser.msie && parseInt( $.browser.version ) <= 8 ) ? '.meta-box-sortables:not(#side-sortables)' : '.meta-box-sortables'; 87 $(selector).sortable({ 86 88 placeholder: 'sortable-placeholder', 87 89 connectWith: '.meta-box-sortables', 88 90 items: '.postbox',