<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[18624] trunk: Disable js moving of dashboard postboxes, add all of them in the first column on 'auto', see #18198</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/18624">18624</a></dd>
<dt>Author</dt> <dd>azaozz</dd>
<dt>Date</dt> <dd>2011-08-30 22:29:37 +0000 (Tue, 30 Aug 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Disable js moving of dashboard postboxes, add all of them in the first column on 'auto', see <a href="http://core.trac.wordpress.org/ticket/18198">#18198</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminjspostboxdevjs">trunk/wp-admin/js/postbox.dev.js</a></li>
<li><a href="#trunkwpadminjspostboxjs">trunk/wp-admin/js/postbox.js</a></li>
<li><a href="#trunkwpincludesscriptloaderphp">trunk/wp-includes/script-loader.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminjspostboxdevjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/postbox.dev.js (18623 => 18624)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/postbox.dev.js        2011-08-30 17:50:12 UTC (rev 18623)
+++ trunk/wp-admin/js/postbox.dev.js        2011-08-30 22:29:37 UTC (rev 18624)
</span><span class="lines">@@ -44,20 +44,29 @@
</span><span class="cx">                                 var num = $(this).val(), i, el, ps = $('#poststuff'), wrap = $('.wrap');
</span><span class="cx"> 
</span><span class="cx">                                 if ( num == 'auto' ) {
</span><del>-                                        wrap.removeClass('columns-1').removeClass('columns-2').addClass('columns-auto');
-                                        ps.addClass('has-right-sidebar')
</del><span class="cx"> 
</span><del>-                                        if ( !$('#side-info-column #side-sortables').length )
-                                                $('#side-info-column').append( $('#side-sortables') );
</del><ins>+                                        if ( ps.length ) {
+                                                wrap.removeClass('columns-1').removeClass('columns-2').addClass('columns-auto');
+                                                ps.addClass('has-right-sidebar')
</ins><span class="cx"> 
</span><del>-                                        if ( typeof(wp_auto_columns) == 'function' ) {
-                                                wpAutoColumns = true;
-                                                wp_auto_columns();
</del><ins>+                                                if ( !$('#side-info-column #side-sortables').length )
+                                                        $('#side-info-column').append( $('#side-sortables') );
+
+                                                if ( typeof(wp_auto_columns) == 'function' ) {
+                                                        wpAutoColumns = true;
+                                                        wp_auto_columns();
+                                                }
+                                        } else {
+                                                $('#normal-sortables').append( $('#side-sortables, #column3-sortables, #column4-sortables').children('.postbox') );
+                                                $('#postbox-container-2, #postbox-container-3, #postbox-container-4').hide();
+                                                $('#postbox-container-1').css('width', '100%');
</ins><span class="cx">                                         }
</span><ins>+
</ins><span class="cx">                                 } else {
</span><span class="cx">                                         wrap.removeClass('columns-auto');
</span><span class="cx"> 
</span><span class="cx">                                         if ( ps.length ) { // write pages
</span><ins>+
</ins><span class="cx">                                                 if ( num == 2 ) {
</span><span class="cx">                                                         wrap.removeClass('columns-1').addClass('columns-2');
</span><span class="cx">                                                         ps.addClass('has-right-sidebar');
</span><span class="lines">@@ -69,17 +78,21 @@
</span><span class="cx">                                                         ps.removeClass('has-right-sidebar');
</span><span class="cx">                                                         $('#normal-sortables').before( $('#side-sortables') );
</span><span class="cx">                                                 }
</span><ins>+
</ins><span class="cx">                                         } else { // dashboard
</span><ins>+
</ins><span class="cx">                                                 for ( i = 4; ( i &gt; num &amp;&amp; i &gt; 1 ); i-- ) {
</span><span class="cx">                                                         el = $('#' + colname(i) + '-sortables');
</span><span class="cx">                                                         $('#' + colname(i-1) + '-sortables').append(el.children('.postbox'));
</span><span class="cx">                                                         el.parent().hide();
</span><span class="cx">                                                 }
</span><ins>+
</ins><span class="cx">                                                 for ( i = 1; i &lt;= num; i++ ) {
</span><span class="cx">                                                         el = $('#' + colname(i) + '-sortables');
</span><span class="cx">                                                         if ( el.parent().is(':hidden') )
</span><span class="cx">                                                                 el.addClass('temp-border').parent().show();
</span><span class="cx">                                                 }
</span><ins>+
</ins><span class="cx">                                                 $('.postbox-container:visible').css('width', 100/num + '%');
</span><span class="cx">                                         }
</span><span class="cx">                                 }
</span><span class="lines">@@ -205,7 +218,9 @@
</span><span class="cx">                                         $(document.body).addClass('wide-window');
</span><span class="cx">                                 }
</span><span class="cx"> 
</span><del>-                        } else if ( adminpage == 'index-php' ) {
</del><ins>+                        }
+/*
+                        else if ( adminpage == 'index-php' ) {
</ins><span class="cx">                                 dw = $('#dashboard-widgets').width();
</span><span class="cx"> 
</span><span class="cx">                                 if ( dw &lt; 800 ) {
</span><span class="lines">@@ -235,6 +250,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 $('.postbox-container:visible').css('width', 100/num + '%');
</span><span class="cx">                         }
</span><ins>+*/
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 $(window).resize(function(){ wp_auto_columns(); });
</span></span></pre></div>
<a id="trunkwpadminjspostboxjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/js/postbox.js (18623 => 18624)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/js/postbox.js        2011-08-30 17:50:12 UTC (rev 18623)
+++ trunk/wp-admin/js/postbox.js        2011-08-30 22:29:37 UTC (rev 18624)
</span><span class="lines">@@ -1 +1 @@
</span><del>-var postboxes,wp_auto_columns,wpAutoColumns=false;(function(a){postboxes={add_postbox_toggles:function(c,b){this.init(c,b);a(&quot;.postbox h3, .postbox .handlediv&quot;).click(function(){var e=a(this).parent(&quot;.postbox&quot;),f=e.attr(&quot;id&quot;);if(&quot;dashboard_browser_nag&quot;==f){return}e.toggleClass(&quot;closed&quot;);postboxes.save_state(c);if(f){if(!e.hasClass(&quot;closed&quot;)&amp;&amp;a.isFunction(postboxes.pbshow)){postboxes.pbshow(f)}else{if(e.hasClass(&quot;closed&quot;)&amp;&amp;a.isFunction(postboxes.pbhide)){postboxes.pbhide(f)}}}});a(&quot;.postbox h3 a&quot;).click(function(f){f.stopPropagation()});a(&quot;.postbox a.dismiss&quot;).click(function(g){var f=a(this).parents(&quot;.postbox&quot;).attr(&quot;id&quot;)+&quot;-hide&quot;;a(&quot;#&quot;+f).prop(&quot;checked&quot;,false).triggerHandler(&quot;click&quot;);return false});a(&quot;.hide-postbox-tog&quot;).click(function(){var e=a(this).val();if(a(this).prop(&quot;checked&quot
 ;)){a(&quot;#&quot;+e).show();if(a.isFunction(postboxes.pbshow)){postboxes.pbshow(e)}}else{a(&quot;#&quot;+e).hide();if(a.isFunction(postboxes.pbhide)){postboxes.pbhide(e)}}postboxes.save_state(c)});a('.columns-prefs input[type=&quot;radio&quot;]').click(function(){var e=a(this).val(),f,h,j=a(&quot;#poststuff&quot;),g=a(&quot;.wrap&quot;);if(e==&quot;auto&quot;){g.removeClass(&quot;columns-1&quot;).removeClass(&quot;columns-2&quot;).addClass(&quot;columns-auto&quot;);j.addClass(&quot;has-right-sidebar&quot;);if(!a(&quot;#side-info-column #side-sortables&quot;).length){a(&quot;#side-info-column&quot;).append(a(&quot;#side-sortables&quot;))}if(typeof(wp_auto_columns)==&quot;function&quot;){wpAutoColumns=true;wp_auto_columns()}}else{g.removeClass(&quot;columns-auto&quot;);if(j.length){if(e==2){g.removeClass(&quot;columns-1&quot;).addClass(&quot;columns-2&quot;);j.addClass(&quot;has-right-sidebar&quot;);if(!a(&quot;#side-info-column #side-sortables&quot;).length){a(&quot;#side-i
 nfo-column&quot;).append(a(&quot;#side-sortables&quot;))}}else{if(e==1){g.removeClass(&quot;columns-2&quot;).addClass(&quot;columns-1&quot;);j.removeClass(&quot;has-right-sidebar&quot;);a(&quot;#normal-sortables&quot;).before(a(&quot;#side-sortables&quot;))}}}else{for(f=4;(f&gt;e&amp;&amp;f&gt;1);f--){h=a(&quot;#&quot;+d(f)+&quot;-sortables&quot;);a(&quot;#&quot;+d(f-1)+&quot;-sortables&quot;).append(h.children(&quot;.postbox&quot;));h.parent().hide()}for(f=1;f&lt;=e;f++){h=a(&quot;#&quot;+d(f)+&quot;-sortables&quot;);if(h.parent().is(&quot;:hidden&quot;)){h.addClass(&quot;temp-border&quot;).parent().show()}}a(&quot;.postbox-container:visible&quot;).css(&quot;width&quot;,100/e+&quot;%&quot;)}}postboxes.save_order(c)});function d(e){switch(e){case 1:return&quot;normal&quot;;break;case 2:return&quot;side&quot;;break;case 3:return&quot;column3&quot;;break;case 4:return&quot;column4&quot;;break;default:return&quot;&quot;}}},init:function(c,b){a.extend(this,b||{});a(&quot;#wpbody
 -content&quot;).css(&quot;overflow&quot;,&quot;hidden&quot;);a(&quot;.meta-box-sortables&quot;).sortable({placeholder:&quot;sortable-placeholder&quot;,connectWith:&quot;.meta-box-sortables&quot;,items:&quot;.postbox&quot;,handle:&quot;.hndle&quot;,cursor:&quot;move&quot;,distance:2,tolerance:&quot;pointer&quot;,forcePlaceholderSize:true,helper:&quot;clone&quot;,opacity:0.65,stop:function(f,d){if(a(this).find(&quot;#dashboard_browser_nag&quot;).is(&quot;:visible&quot;)&amp;&amp;&quot;dashboard_browser_nag&quot;!=this.firstChild.id){a(this).sortable(&quot;cancel&quot;);return}postboxes.save_order(c);d.item.parent().removeClass(&quot;temp-border&quot;)},receive:function(f,d){if(&quot;dashboard_browser_nag&quot;==d.item[0].id){a(d.sender).sortable(&quot;cancel&quot;)}}})},save_state:function(d){var b=a(&quot;.postbox&quot;).filter(&quot;.closed&quot;).map(function(){return this.id}).get().join(&quot;,&quot;),c=a(&quot;.postbox&quot;).filter(&quot;:hidden&quot;).map(function(){re
 turn this.id}).get().join(&quot;,&quot;);a.post(ajaxurl,{action:&quot;closed-postboxes&quot;,closed:b,hidden:c,closedpostboxesnonce:jQuery(&quot;#closedpostboxesnonce&quot;).val(),page:d})},save_order:function(c){var b,d=a(&quot;.columns-prefs input:checked&quot;).val()||0;b={action:&quot;meta-box-order&quot;,_ajax_nonce:a(&quot;#meta-box-order-nonce&quot;).val(),page_columns:d,page:c};a(&quot;.meta-box-sortables&quot;).each(function(){b[&quot;order[&quot;+this.id.split(&quot;-&quot;)[0]+&quot;]&quot;]=a(this).sortable(&quot;toArray&quot;).join(&quot;,&quot;)});a.post(ajaxurl,b)},pbshow:false,pbhide:false};a(document).ready(function(){wpAutoColumns=a(&quot;#wp_auto_columns&quot;).prop(&quot;checked&quot;);wp_auto_columns=function(){var b=a(window).width(),e,d,c=1;if(!wpAutoColumns){return}if(b&lt;=680){a(document.body).addClass(&quot;folded&quot;)}if(b&gt;680&amp;&amp;getUserSetting(&quot;mfold&quot;)!=&quot;f&quot;){a(document.body).removeClass(&quot;folded&quot;)}if(adminp
 age==&quot;post-php&quot;){e=a(&quot;#post-body&quot;).width();if(e&lt;800){a(&quot;#poststuff&quot;).removeClass(&quot;has-right-sidebar&quot;);a(&quot;#normal-sortables&quot;).before(a(&quot;#side-sortables&quot;))}if(e&gt;=800&amp;&amp;e&lt;1150){a(&quot;#poststuff&quot;).addClass(&quot;has-right-sidebar&quot;);a(&quot;#side-info-column&quot;).append(a(&quot;#side-sortables&quot;));a(document.body).removeClass(&quot;wide-window&quot;)}if(e&gt;=1150){a(document.body).addClass(&quot;wide-window&quot;)}}else{if(adminpage==&quot;index-php&quot;){d=a(&quot;#dashboard-widgets&quot;).width();if(d&lt;800){a(&quot;#postbox-container-2&quot;).hide();a(&quot;#normal-sortables&quot;).after(a(&quot;#side-sortables&quot;));c=1}if(d&gt;=800&amp;&amp;d&lt;1200){a(&quot;#postbox-container-2&quot;).show().append(a(&quot;#side-sortables&quot;));a(&quot;#postbox-container-3&quot;).hide();a(&quot;#side-sortables&quot;).after(a(&quot;#column3-sortables&quot;));c=2}if(d&gt;=1200&amp;&amp;d&lt;1
 600){a(&quot;#postbox-container-3&quot;).show().append(a(&quot;#column3-sortables&quot;));a(&quot;#postbox-container-4&quot;).hide();a(&quot;#column3-sortables&quot;).after(a(&quot;#column4-sortables&quot;));c=3}if(d&gt;=1600){a(&quot;#postbox-container-4&quot;).show().append(a(&quot;#column4-sortables&quot;));c=4}a(&quot;.postbox-container:visible&quot;).css(&quot;width&quot;,100/c+&quot;%&quot;)}}};a(window).resize(function(){wp_auto_columns()});wp_auto_columns()})}(jQuery));
</del><span class="cx">\ No newline at end of file
</span><ins>+var postboxes,wp_auto_columns,wpAutoColumns=false;(function(a){postboxes={add_postbox_toggles:function(c,b){this.init(c,b);a(&quot;.postbox h3, .postbox .handlediv&quot;).click(function(){var e=a(this).parent(&quot;.postbox&quot;),f=e.attr(&quot;id&quot;);if(&quot;dashboard_browser_nag&quot;==f){return}e.toggleClass(&quot;closed&quot;);postboxes.save_state(c);if(f){if(!e.hasClass(&quot;closed&quot;)&amp;&amp;a.isFunction(postboxes.pbshow)){postboxes.pbshow(f)}else{if(e.hasClass(&quot;closed&quot;)&amp;&amp;a.isFunction(postboxes.pbhide)){postboxes.pbhide(f)}}}});a(&quot;.postbox h3 a&quot;).click(function(f){f.stopPropagation()});a(&quot;.postbox a.dismiss&quot;).click(function(g){var f=a(this).parents(&quot;.postbox&quot;).attr(&quot;id&quot;)+&quot;-hide&quot;;a(&quot;#&quot;+f).prop(&quot;checked&quot;,false).triggerHandler(&quot;click&quot;);return false});a(&quot;.hide-postbox-tog&quot;).click(function(){var e=a(this).val();if(a(this).prop(&quot;checked&quot
 ;)){a(&quot;#&quot;+e).show();if(a.isFunction(postboxes.pbshow)){postboxes.pbshow(e)}}else{a(&quot;#&quot;+e).hide();if(a.isFunction(postboxes.pbhide)){postboxes.pbhide(e)}}postboxes.save_state(c)});a('.columns-prefs input[type=&quot;radio&quot;]').click(function(){var e=a(this).val(),f,h,j=a(&quot;#poststuff&quot;),g=a(&quot;.wrap&quot;);if(e==&quot;auto&quot;){if(j.length){g.removeClass(&quot;columns-1&quot;).removeClass(&quot;columns-2&quot;).addClass(&quot;columns-auto&quot;);j.addClass(&quot;has-right-sidebar&quot;);if(!a(&quot;#side-info-column #side-sortables&quot;).length){a(&quot;#side-info-column&quot;).append(a(&quot;#side-sortables&quot;))}if(typeof(wp_auto_columns)==&quot;function&quot;){wpAutoColumns=true;wp_auto_columns()}}else{a(&quot;#normal-sortables&quot;).append(a(&quot;#side-sortables, #column3-sortables, #column4-sortables&quot;).children(&quot;.postbox&quot;));a(&quot;#postbox-container-2, #postbox-container-3, #postbox-container-4&quot;).hide();a(&quo
 t;#postbox-container-1&quot;).css(&quot;width&quot;,&quot;100%&quot;)}}else{g.removeClass(&quot;columns-auto&quot;);if(j.length){if(e==2){g.removeClass(&quot;columns-1&quot;).addClass(&quot;columns-2&quot;);j.addClass(&quot;has-right-sidebar&quot;);if(!a(&quot;#side-info-column #side-sortables&quot;).length){a(&quot;#side-info-column&quot;).append(a(&quot;#side-sortables&quot;))}}else{if(e==1){g.removeClass(&quot;columns-2&quot;).addClass(&quot;columns-1&quot;);j.removeClass(&quot;has-right-sidebar&quot;);a(&quot;#normal-sortables&quot;).before(a(&quot;#side-sortables&quot;))}}}else{for(f=4;(f&gt;e&amp;&amp;f&gt;1);f--){h=a(&quot;#&quot;+d(f)+&quot;-sortables&quot;);a(&quot;#&quot;+d(f-1)+&quot;-sortables&quot;).append(h.children(&quot;.postbox&quot;));h.parent().hide()}for(f=1;f&lt;=e;f++){h=a(&quot;#&quot;+d(f)+&quot;-sortables&quot;);if(h.parent().is(&quot;:hidden&quot;)){h.addClass(&quot;temp-border&quot;).parent().show()}}a(&quot;.postbox-container:visible&quot;).css(&q
 uot;width&quot;,100/e+&quot;%&quot;)}}postboxes.save_order(c)});function d(e){switch(e){case 1:return&quot;normal&quot;;break;case 2:return&quot;side&quot;;break;case 3:return&quot;column3&quot;;break;case 4:return&quot;column4&quot;;break;default:return&quot;&quot;}}},init:function(c,b){a.extend(this,b||{});a(&quot;#wpbody-content&quot;).css(&quot;overflow&quot;,&quot;hidden&quot;);a(&quot;.meta-box-sortables&quot;).sortable({placeholder:&quot;sortable-placeholder&quot;,connectWith:&quot;.meta-box-sortables&quot;,items:&quot;.postbox&quot;,handle:&quot;.hndle&quot;,cursor:&quot;move&quot;,distance:2,tolerance:&quot;pointer&quot;,forcePlaceholderSize:true,helper:&quot;clone&quot;,opacity:0.65,stop:function(f,d){if(a(this).find(&quot;#dashboard_browser_nag&quot;).is(&quot;:visible&quot;)&amp;&amp;&quot;dashboard_browser_nag&quot;!=this.firstChild.id){a(this).sortable(&quot;cancel&quot;);return}postboxes.save_order(c);d.item.parent().removeClass(&quot;temp-border&quot;)},recei
 ve:function(f,d){if(&quot;dashboard_browser_nag&quot;==d.item[0].id){a(d.sender).sortable(&quot;cancel&quot;)}}})},save_state:function(d){var b=a(&quot;.postbox&quot;).filter(&quot;.closed&quot;).map(function(){return this.id}).get().join(&quot;,&quot;),c=a(&quot;.postbox&quot;).filter(&quot;:hidden&quot;).map(function(){return this.id}).get().join(&quot;,&quot;);a.post(ajaxurl,{action:&quot;closed-postboxes&quot;,closed:b,hidden:c,closedpostboxesnonce:jQuery(&quot;#closedpostboxesnonce&quot;).val(),page:d})},save_order:function(c){var b,d=a(&quot;.columns-prefs input:checked&quot;).val()||0;b={action:&quot;meta-box-order&quot;,_ajax_nonce:a(&quot;#meta-box-order-nonce&quot;).val(),page_columns:d,page:c};a(&quot;.meta-box-sortables&quot;).each(function(){b[&quot;order[&quot;+this.id.split(&quot;-&quot;)[0]+&quot;]&quot;]=a(this).sortable(&quot;toArray&quot;).join(&quot;,&quot;)});a.post(ajaxurl,b)},pbshow:false,pbhide:false};a(document).ready(function(){wpAutoColumns=a(&quot
 ;#wp_auto_columns&quot;).prop(&quot;checked&quot;);wp_auto_columns=function(){var b=a(window).width(),e,d,c=1;if(!wpAutoColumns){return}if(b&lt;=680){a(document.body).addClass(&quot;folded&quot;)}if(b&gt;680&amp;&amp;getUserSetting(&quot;mfold&quot;)!=&quot;f&quot;){a(document.body).removeClass(&quot;folded&quot;)}if(adminpage==&quot;post-php&quot;){e=a(&quot;#post-body&quot;).width();if(e&lt;800){a(&quot;#poststuff&quot;).removeClass(&quot;has-right-sidebar&quot;);a(&quot;#normal-sortables&quot;).before(a(&quot;#side-sortables&quot;))}if(e&gt;=800&amp;&amp;e&lt;1150){a(&quot;#poststuff&quot;).addClass(&quot;has-right-sidebar&quot;);a(&quot;#side-info-column&quot;).append(a(&quot;#side-sortables&quot;));a(document.body).removeClass(&quot;wide-window&quot;)}if(e&gt;=1150){a(document.body).addClass(&quot;wide-window&quot;)}}};a(window).resize(function(){wp_auto_columns()});wp_auto_columns()})}(jQuery));
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesscriptloaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/script-loader.php (18623 => 18624)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/script-loader.php        2011-08-30 17:50:12 UTC (rev 18623)
+++ trunk/wp-includes/script-loader.php        2011-08-30 22:29:37 UTC (rev 18624)
</span><span class="lines">@@ -279,7 +279,7 @@
</span><span class="cx"> 
</span><span class="cx">                 $scripts-&gt;add( 'xfn', &quot;/wp-admin/js/xfn$suffix.js&quot;, array('jquery'), '20110524', 1 );
</span><span class="cx"> 
</span><del>-                $scripts-&gt;add( 'postbox', &quot;/wp-admin/js/postbox$suffix.js&quot;, array('jquery-ui-sortable'), '20110825', 1 );
</del><ins>+                $scripts-&gt;add( 'postbox', &quot;/wp-admin/js/postbox$suffix.js&quot;, array('jquery-ui-sortable'), '20110830', 1 );
</ins><span class="cx"> 
</span><span class="cx">                 $scripts-&gt;add( 'post', &quot;/wp-admin/js/post$suffix.js&quot;, array('suggest', 'wp-lists', 'postbox'), '20110524', 1 );
</span><span class="cx">                 $scripts-&gt;add_script_data( 'post', 'postL10n', array(
</span></span></pre>
</div>
</div>

</body>
</html>