Changeset 2952


Ignore:
Timestamp:
06/18/10 09:25:20 (14 years ago)
Author:
niltonneto
Message:

Ticket #1110 - Corrigido problemas no evento onKeyPress quando JMessenger está habilitado.

File:
1 edited

Legend:

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

    r2930 r2952  
    13681368 
    13691369        // IM Module Enabled 
    1370         if( window.parent.loadscript ) 
     1370        if( window.parent.loadscript && loadscript.autoStatusIM ) 
    13711371        { 
    13721372                config_events( body.contentWindow.document, "onkeypress", loadscript.autoStatusIM );     
Note: See TracChangeset for help on using the changeset viewer.