Changeset 66


Ignore:
Timestamp:
09/06/07 14:37:23 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/js/edit_exmail.js

    r42 r66  
    141141                throw new Error("Error : Connector is not loaded."); 
    142142                 
    143         if (document.getElementById('scr_'+scriptPath)) { 
     143        if (document.getElementById('uploadscript_'+scriptPath)) { 
    144144                return; 
    145145        } 
  • trunk/calendar/templates/celepar/js/over_fn_exmail.js

    r2 r66  
    88|** Original File : <expressoMail_module>/js/common_functions.js **************| 
    99\******************************************************************************/ 
     10window.onresize = function(){}; 
    1011function emQuickSearch(el){ 
    1112 
  • trunk/expressoMail1_2/js/common_functions.js

    r65 r66  
    2626        var screenHeight = document.body.clientHeight ? document.body.clientHeight : document.body.offsetHeight; 
    2727        var defaultHeight = screenHeight - offset; 
     28 
    2829        if(BordersArray) { 
    2930                for(var i = 1; BordersArray.length > 1 && i < BordersArray.length;i++) { 
Note: See TracChangeset for help on using the changeset viewer.