source: companies/serpro/instant_messenger/js/im_init.js @ 903

Revision 903, 258 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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.