Changeset 836


Ignore:
Timestamp:
05/12/09 08:31:39 (15 years ago)
Author:
niltonneto
Message:

Ticket #499 - Corrigido problema do JMessenger, que muda o status para "ausente", mesmo digitando um email.

File:
1 edited

Legend:

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

    r835 r836  
    10301030        } 
    10311031 
     1032        // IM Module Enabled 
     1033        if( window.parent.loadscript ) 
     1034        { 
     1035                config_events( body.contentWindow.document, "onkeypress", loadscript.autoStatusIM );     
     1036        } 
     1037 
    10321038        if (preferences.auto_save_draft == 1) 
    10331039        { 
Note: See TracChangeset for help on using the changeset viewer.