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:
Helen Hou-Sandi 2014-06-27 19:09:17 +00:00
parent d2d985ffeb
commit c27492cf26
1 changed files with 1 additions and 1 deletions

View File

@ -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;