Skip to content

Instantly share code, notes, and snippets.

@Kalaborative
Last active November 1, 2016 21:51
Show Gist options
  • Save Kalaborative/69677e384a107dbf5ed92ebea98f89a7 to your computer and use it in GitHub Desktop.
Save Kalaborative/69677e384a107dbf5ed92ebea98f89a7 to your computer and use it in GitHub Desktop.
snippet from 'index.html'
<script type="text/javascript">
function myFunction() {
window.location.reload();
}
window.setInterval(myFunction, 8000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment