Ignore:
Timestamp:
Oct 2, 2011, 10:12:02 PM (13 years ago)
Author:
Zaphod
Message:

version 1.5.0 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/js/scripts-tcp.js

    r9960 r12321  
    7878        }
    7979       
    80         // display alt from ALL actions.
    81         if (options.replaceActionIcons) {
    82                 var actionBlock=jQuery(".categoryActions");
    83                
    84                 if (actionBlock.length != 0) {
    85                         var actionIcons=actionBlock.find("img.button");
    86                         if (actionIcons.length !=0) {
    87                                 actionIcons.each(function(index) {
    88                                         var alt_text = (jQuery(this).attr("alt"));
    89                                         jQuery(this).before(alt_text);
    90                                         jQuery(this).parents("li").css("width","auto");
    91                                         jQuery(this).remove();
    92                                 });
    93                         }
    94                 }
    95         }
    96        
    9780        // gmaps icon
    9881       
Note: See TracChangeset for help on using the changeset viewer.