Ignore:
Timestamp:
Apr 8, 2011, 9:20:34 AM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug with cluetip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/include/Scripts.js

    r10093 r10155  
    5555       jQuery(window).load(function () {
    5656         // get_script_geo();
    57          jQuery('.cluetip').cluetip({ width: 350, splitTitle: '|', clickThrough: true });
    5857
     58         if( typeof is_supervisor=="boolean" ){
     59           jQuery('.cluetip').cluetip({
     60             width: 300,
     61             splitTitle: '|',
     62             clickThrough: true
     63           });
     64         }
    5965         spam = jQuery("#action_spam").val();
    6066         if (spam == "true") get_script_geo();
    6167         if (jQuery(".infos").length > 0)
    6268           if (spam == "true") {
    63              jQuery(".infos").css("color", "red");           
     69             jQuery(".infos").css("color", "red");
    6470
    6571           }
Note: See TracChangeset for help on using the changeset viewer.