Changeset 1578


Ignore:
Timestamp:
11/03/09 16:50:51 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/js/load.js

    r1569 r1578  
    3535    var is_win   = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) ); 
    3636 
    37         if ( !(document.getElementById('jabberit_messenger_content')) ) 
    38         { 
    39                 var _jabberit_content = document.createElement('div'); 
    40                         _jabberit_content.setAttribute('id', 'jabberit_messenger_content'); 
    41                         _jabberit_content = document.body.appendChild(_jabberit_content); 
    42         } 
    43  
    4437        var _ldap = new JITLdap( _conn, Xtools, is_ie ); 
    4538 
     
    400393                 
    401394                        winBuild( _win_contacts ); 
    402                         setTimeout( function(){ contacts(); }, 250); 
     395                        setTimeout( contacts , 250); 
    403396                } 
    404397        } 
Note: See TracChangeset for help on using the changeset viewer.