Try
setTimeout(function() { return true; }, 10000);
The first argument expects a function. This is from memory; I haven't tested it.
Edit: What Gumbo said... late here... not sure what I was thinking.
Try
setTimeout(function() { return true; }, 10000);
The first argument expects a function. This is from memory; I haven't tested it.
Edit: What Gumbo said... late here... not sure what I was thinking.