Don't switch contextual help tabs when tabbing around. props neil_pie. see #28209.
Built from https://develop.svn.wordpress.org/trunk@28869 git-svn-id: http://core.svn.wordpress.org/trunk@28669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
08332b50cb
commit
831e5aa049
|
@ -145,7 +145,7 @@ screenMeta = {
|
|||
/**
|
||||
* Help tabs.
|
||||
*/
|
||||
$('.contextual-help-tabs').delegate('a', 'click focus', function(e) {
|
||||
$('.contextual-help-tabs').delegate('a', 'click', function(e) {
|
||||
var link = $(this),
|
||||
panel;
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue