Ignore:
Timestamp:
09/20/11 15:05:59 (13 years ago)
Author:
niltonneto
Message:

Ticket #2280 - Corrigido problema do link para abrir janela de cota por subpasta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/draw_api.js

    r4957 r5095  
    878878                                                        "TreeShow"); 
    879879        connector.loadAllScripts(scripts); 
    880         // Loading Quota View Folder Component (if exists...) 
    881         if(Element("table_quota")) 
    882                 connector.loadScript("InfoQuota"); 
    883880} 
    884881 
     
    30493046                table.parentNode.removeChild(table); 
    30503047        table = document.createElement("TABLE"); 
     3048        // Loading Quota View Folder Component 
     3049        InfoQuota.preLoad(); 
    30513050        tbody = document.createElement("TBODY"); 
    30523051        table.appendChild(tbody); 
Note: See TracChangeset for help on using the changeset viewer.