Ignore:
Timestamp:
05/10/10 15:10:58 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para o auto carregamento da janela quando a preferencia esta marcada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/js/makeW.js

    r2397 r2750  
    2929                        if( pObj.closeAction == "hidden" ) 
    3030                                _window.setAttribute("leftOld", pObj.left + "px" ); 
     31                         
     32                        if( pObj.leftOld ) 
     33                                _window.setAttribute("leftOld", pObj.leftOld + "px" ); 
    3134                         
    3235                        window.document.body.insertBefore( _window, document.body.lastChild ); 
Note: See TracChangeset for help on using the changeset viewer.