Close link postboxes

git-svn-id: http://svn.automattic.com/wordpress/trunk@8026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-05-30 21:16:33 +00:00
parent 1c60b9e2d6
commit 2e51769171
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
jQuery(document).ready( function() {
// close postboxes that should be closed
jQuery('.if-js-closed').removeClass('if-js-closed').addClass('closed');
jQuery('#link_name').focus();
// postboxes
add_postbox_toggles('link');