mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add missing var in postbox.js, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -42,7 +42,7 @@ var postboxes;
|
||||
} );
|
||||
|
||||
$('.columns-prefs input[type="radio"]').click(function(){
|
||||
var num = $(this).val(), ps = $('#poststuff');
|
||||
var num = $(this).val(), ps = $('#poststuff'), wrap = $('.wrap').first();
|
||||
|
||||
if ( num == 'auto' ) {
|
||||
setUserSetting('responsive', '1');
|
||||
|
||||
Reference in New Issue
Block a user