Changeset 187

Show
Ignore:
Timestamp:
09/11/07 21:42:25 (16 months ago)
Author:
jonas
Message:

done: 0.06

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r180 r187  
    1 CpVES 0.06 YYYY-MM-DD - Jonas Genannt - <jonas.genannt@brachium-system.net> 
     1CpVES 0.06 2007-09-11 - Jonas Genannt - <jonas.genannt@brachium-system.net> 
    22        o Added: autoresponder.pl: special X-Header vacation disable 
    33        o Added: special X-Header vacation to email user/admin frontend 
  • trunk/includes/config.inc.default.php

    r179 r187  
    7878         "autoresponder_send", "email_options","fetchmail", 
    7979         "mailarchive","mailfilter","spamassassin","spamassassin_learn","autoresponder_xheader"); 
    80 $config['cpves_version']="0.06-SVN"; 
     80$config['cpves_version']="0.06"; 
    8181require_once(ROOT . '/includes/func.inc.php'); 
    8282?> 
  • trunk/web/js/thickbox.js

    r102 r187  
    66*/ 
    77                   
    8 var tb_pathToImage = "images/loadingAnimation.gif"; 
     8//var tb_pathToImage = "images/loadingAnimation.gif"; 
    99 
    1010/*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/ 
     
    1313$(document).ready(function(){    
    1414        tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox 
    15         imgLoader = new Image();// preload image 
    16         imgLoader.src = tb_pathToImage; 
     15        //imgLoader = new Image();// preload image 
     16        //imgLoader.src = tb_pathToImage; 
    1717}); 
    1818