Quote:
Originally Posted by Schetti
I know that, but I am wondering why if (timeout) {} isnt working
|
Because...
1) You're overwriting it with
function onTimeOut()
2) You shouldn't place events inside other events. Even though GS1 allowed it for the most part, it's really bad practice.