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

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) {

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20090102' );
$scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20090106' );
$scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20090203' );
$scripts->add_data( 'common', 'group', 1 );
$scripts->localize( 'common', 'commonL10n', array(
'warnDelete' => __("You are about to delete the selected items.\n 'Cancel' to stop, 'OK' to delete."),