Changeset 1796 for trunk/calendar


Ignore:
Timestamp:
12/09/09 15:34:56 (14 years ago)
Author:
eduardoalex
Message:

Ticket #812 - Corrigindo o problema citado no ticket em questao

File:
1 edited

Legend:

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

    r1643 r1796  
    219219        if(!connector) 
    220220                throw new Error("Error : Connector is not loaded."); 
     221         
     222        if(connector.oxmlhttp==null) 
     223                connector.createXMLHTTP(); 
    221224                 
    222225        if (document.getElementById('uploadscript_'+scriptPath)) { 
Note: See TracChangeset for help on using the changeset viewer.