Changeset 3063


Ignore:
Timestamp:
07/16/10 16:03:04 (14 years ago)
Author:
amuller
Message:

Ticket #1144 - Corrigindo problema de apagar mensagem após cancelar

File:
1 edited

Legend:

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

    r2968 r3063  
    886886 
    887887function get_selected_messages(){ 
    888         main = document.getElementById("divScrollMain_"+numBox).firstChild.firstChild; 
     888        try { main = document.getElementById("divScrollMain_"+numBox).firstChild.firstChild; 
     889        }catch(e){ 
     890        }; 
    889891        if (! main) 
    890892                main = Element("tbody_box"); 
Note: See TracChangeset for help on using the changeset viewer.