Don't switch contextual help tabs when tabbing around. props neil_pie. see #28209.
git-svn-id: https://develop.svn.wordpress.org/trunk@28869 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d2d985ffeb
commit
c27492cf26
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user