mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user