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:
Andrew Ozz
2011-09-16 23:26:42 +00:00
parent 8a96846c8d
commit a5b0615476

View File

@@ -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');