Skip to main content
2 of 2
noted correction from different answer
Rex Miller
  • 2.7k
  • 1
  • 19
  • 26

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.

Rex Miller
  • 2.7k
  • 1
  • 19
  • 26