source: trunk/instant_messenger/bkp/instant_messenger_64/js/im_init.js @ 260

Revision 260, 258 bytes checked in by niltonneto, 16 years ago (diff)
Line 
1function init_jabber()
2{
3   try
4   {
5      if ( window.IM && window.im_win && window.func )
6         IM.load_im();
7      else
8         setTimeout('init_jabber()', 2000);
9   }
10   catch(e)
11   {
12         setTimeout('init_jabber()', 2000);
13   }
14}
15init_jabber();
Note: See TracBrowser for help on using the repository browser.