Skip to content

Instantly share code, notes, and snippets.

@jwo
Created May 7, 2015 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwo/720edc9fedbbafc87a10 to your computer and use it in GitHub Desktop.
Save jwo/720edc9fedbbafc87a10 to your computer and use it in GitHub Desktop.
var timer = setTimeout("contentRefresh()", 1000 * 60 * 5);function contentRefresh(){self.location.reload(true)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment