Add missing var in postbox.js, see #18198

git-svn-id: http://svn.automattic.com/wordpress/trunk@18693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-09-16 23:26:42 +00:00
parent 708f95adba
commit 5025fd9b02
1 changed files with 1 additions and 1 deletions

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