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

version 1.5.0 update

Location:
extensions/stripped/js
Files:
2 deleted
2 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       
  • 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.