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-tpp.js

    r11982 r12321  
    2727        }
    2828       
    29         // display alt from ALL actions.
    30         if (options.replaceActionIcons) {
    31                 var actionBlock=jQuery(".randomButtons");
    32                
    33                 if (actionBlock.length != 0) {
    34                         var actionIcons=actionBlock.find("img.button");
    35                         if (actionIcons.length !=0) {
    36                                 actionIcons.each(function(index) {
    37                                         var alt_text = (jQuery(this).attr("alt"));
    38                                         jQuery(this).before(alt_text);
    39                                         jQuery(this).parents("li").css("width","auto");
    40                                         jQuery(this).remove();
    41                                 });
    42                         }
    43                 }
    44         }
    45 
    4629        // gmaps icon
    4730       
Note: See TracChangeset for help on using the changeset viewer.