Changeset 3411


Ignore:
Timestamp:
10/26/10 10:02:46 (13 years ago)
Author:
brunocosta
Message:

Ticket #1318 - testa o current tab para descobrir ID no archive mail.

File:
1 edited

Legend:

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

    r3405 r3411  
    792792                return; 
    793793        } 
     794 
     795        if(currentTab.toString().indexOf("_r") != -1){ 
     796            id_msgs = currentTab.toString().substr(0,currentTab.toString().indexOf("_r")); 
     797        } 
    794798 
    795799        if(!id_msgs) 
Note: See TracChangeset for help on using the changeset viewer.