Add/remove the border to postbox containers when the last postbox is hidden/shown from Screen Options, props ocean90, fixes #18882

git-svn-id: http://svn.automattic.com/wordpress/trunk@18925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-10-09 17:30:51 +00:00
parent c86787bbd3
commit 1050e0023a
3 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ var postboxes;
postboxes.pbhide( box );
}
postboxes.save_state(page);
postboxes._mark_area();
});
$('.columns-prefs input[type="radio"]').click(function(){