I see a developer using this in my site:
window.setTimeout("pg.init()", 10);
The problem is that when I click once on the record set it works fine. However when I click on the record right away all I get is the hour glass. However if I wait and then click, it works again. What could be wrong? Any suggestions?
What happens if you invoke
pg.init()without the timeout?Alternatively, you could try a lower timeout, but that probably won’t make any difference as it’s already low: