strange javascript problem -


I see it using a developer in my site

  window.setTimeout ( "Pg .init ()", 10);  

The problem is that when I click on the record once, it works fine. However, by the time I click on the record, I have the time to get the glass. However, if I wait and then click, then it works again..is a wrong idea?

Thanks

If you type pg init () Without timeout?

  pg.init (); Alternatively, you can try to finish the less time, but there will probably not be any difference as it is already:  
  Window.setTimeout ("pg .init ()", 1);  

Comments