Fix 'Screen Options' and 'Help' tabs in Safari, fixes #9021

git-svn-id: https://develop.svn.wordpress.org/trunk@10488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-02-03 17:44:41 +00:00
parent be7191437e
commit b297e484a4
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -185,6 +185,7 @@ jQuery(document).ready( function($) {
});
return false;
});
$('#contextual-help-link-wrap, #screen-options-link-wrap').show();
// check all checkboxes
$( 'table:visible tbody .check-column :checkbox' ).click( function(e) {