Make WordPress Core

Changeset 28869


Ignore:
Timestamp:
06/27/2014 07:09:17 PM (10 years ago)
Author:
helen
Message:

Don't switch contextual help tabs when tabbing around. props neil_pie. see #28209.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/common.js

    r27775 r28869  
    146146 * Help tabs.
    147147 */
    148 $('.contextual-help-tabs').delegate('a', 'click focus', function(e) {
     148$('.contextual-help-tabs').delegate('a', 'click', function(e) {
    149149    var link = $(this),
    150150        panel;
Note: See TracChangeset for help on using the changeset viewer.