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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.