Changeset 3062


Ignore:
Timestamp:
07/16/10 16:01:38 (14 years ago)
Author:
amuller
Message:

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

File:
1 edited

Legend:

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

    r3035 r3062  
    800800 
    801801function get_selected_messages(){ 
    802         main = document.getElementById("divScrollMain_"+numBox).firstChild.firstChild; 
     802        try{ 
     803                main = document.getElementById("divScrollMain_"+numBox).firstChild.firstChild; 
     804        }catch(e){ 
     805        }; 
     806 
    803807        if (! main) 
    804808                main = Element("tbody_box"); 
Note: See TracChangeset for help on using the changeset viewer.