Changeset 5098


Ignore:
Timestamp:
09/22/11 11:26:44 (12 years ago)
Author:
niltonneto
Message:

Ticket #2280 - Corrigido problema de carregamento do arquivo InfoQuota?.js

Location:
branches/2.2/expressoMail1_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/index.php

    r5095 r5098  
    229229                                "js/DropDownContacts.js," . 
    230230                                "js/doiMenuData.js," . 
    231                                 "js/InfoQuota.js,". 
    232231                                "js/connector.js"; 
    233232         
  • branches/2.2/expressoMail1_2/js/InfoQuota.js

    r5095 r5098  
    207207        var InfoQuota; 
    208208        InfoQuota = new emInfoQuota(); 
    209          
     209        InfoQuota.preLoad(); 
    210210        /* Override function :: refresh and auto_refresh */      
    211211        var __build_quota = build_quota; 
  • branches/2.2/expressoMail1_2/js/draw_api.js

    r5095 r5098  
    30473047        table = document.createElement("TABLE"); 
    30483048        // Loading Quota View Folder Component 
    3049         InfoQuota.preLoad(); 
     3049        connector.loadScript("InfoQuota"); 
    30503050        tbody = document.createElement("TBODY"); 
    30513051        table.appendChild(tbody); 
Note: See TracChangeset for help on using the changeset viewer.