Ignore:
Timestamp:
May 8, 2011, 12:50:02 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug in test

File:
1 edited

Legend:

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

    r10155 r10816  
    5656         // get_script_geo();
    5757
    58          if( typeof is_supervisor=="boolean" ){
     58         if (typeof is_supervisor == "boolean") {
    5959           jQuery('.cluetip').cluetip({
    6060             width: 300,
     
    7676         });
    7777
     78         jQuery("input").click(function () {
     79
     80           if (this.name != "chk_mail_list") return;
     81           // this.alt
     82           //  this.rel
     83           //form.submit();
     84
     85           return;
     86
     87
     88
     89
     90         });
    7891
    7992         function ajout_action(titre, message, valeur) {
Note: See TracChangeset for help on using the changeset viewer.