Plugin Directory

Changeset 1228933


Ignore:
Timestamp:
08/24/2015 05:30:08 AM (11 years ago)
Author:
kallidan1
Message:

Js bug preventing help-bar to open fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb-group-feed/tags/1.1/js/script.js

    r1228275 r1228933  
    3434});
    3535function showFBhelp(id){
    36     //jQuery('#contextual-help-link').trigger('click');
    37     jQuery('#contextual-help-link-wrap a').trigger('click');
     36    jQuery('#contextual-help-link').trigger('click');
     37    //jQuery('#contextual-help-link-wrap a').trigger('click');
    3838
    3939    jQuery('#contextual-help-columns li').removeClass('active');
Note: See TracChangeset for help on using the changeset viewer.