setTimeout freezing
I've got a fairly simple javascript website which some of the time works perfectly, but every few attempts it will freeze on this command...
setTimeout(partner2, 3000);
If anyone knows why this would happen, and why it only sometimes happens, i would greatly appreciate it!
Thanks all.
|