Plugin Directory

Changeset 200969

Timestamp:
02/02/2010 05:45:04 AM (15 years ago)
Author:
ShaneF
Message:

minor fix removing the 'class' from the old subtab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woopra/trunk/js/jquery.analytics.js

    r200968 r200969  
    141141        if (currentSubTabId != null) {
    142142            //  Remove the class.
    143             jQuery('#woopra-sub-tab-li' + currentSubTabId).removeAttr("class");
     143            jQuery('#woopra-sub-tab-li' + currentSubTabId).removeAttr("class");
    144144        }
    145145       
Note: See TracChangeset for help on using the changeset viewer.