source: trunk/instant_messenger/js/im_init.js @ 64

Revision 64, 258 bytes checked in by niltonneto, 17 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.