Ignore:
Timestamp:
04/14/10 11:53:45 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoMail? não realize reload de página.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/main.js

    r2517 r2519  
    88        current_folder = "INBOX"; 
    99        if (!is_ie) 
    10                 Element('tableDivAppbox').width = '100%'; 
     10                if ( Element('tableDivAppbox') ) 
     11                        ifElement('tableDivAppbox').width = '100%'; 
    1112         
    1213        var save_contacts = function(data){ 
Note: See TracChangeset for help on using the changeset viewer.