Plugin Directory

Changeset 168189


Ignore:
Timestamp:
10/29/2009 05:09:22 AM (16 years ago)
Author:
toddiceton
Message:

2.0.0 no dl info box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpaudio-mp3-player/trunk/wpaudio.js

    r168188 r168189  
    115115            }   
    116116        });
    117         // Display download info
     117        // Display download info box
     118        /*
    118119        jQuery('.wpa_dl').mouseover(function(){
    119120            var id = jQuery(this).attr('id').split('_',1)[0].substr(3);
     
    126127                jQuery('#wpa' + id + '_dl_info').css('display', 'none');
    127128        });
     129        */
    128130    }
    129131});
Note: See TracChangeset for help on using the changeset viewer.