Plugin Directory

Changeset 203517

Timestamp:
02/09/2010 03:49:59 PM (14 years ago)
Author:
ShaneF
Message:

delete the td field first, then hide the tr.

File:
1 edited

Legend:

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

    r203516 r203517  
    370370    if ( jQuery('#woopra-chart-line-tr-' + hashid + '-' + id).attr('class') == 'loaded' )
    371371    {
     372
     373
    372374        // Hide the 'tr'
    373375        jQuery('#woopra-chart-line-tr-' + hashid + '-' + id).attr("style", "display: none;").removeAttr("class");
    374         // Clear the flash element. So it can be reloaded at a future time.
    375         jQuery('#woopra-chart-line-td-' + hashid + '-' + id).html();
    376376        // Return False
    377377        return false;
Note: See TracChangeset for help on using the changeset viewer.