Close link postboxes

git-svn-id: https://develop.svn.wordpress.org/trunk@8026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-30 21:16:33 +00:00
parent 15e74aeb74
commit e9dd827bfc
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');