Close link postboxes
git-svn-id: https://develop.svn.wordpress.org/trunk@8026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
15e74aeb74
commit
e9dd827bfc
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user