Skip to content

Instantly share code, notes, and snippets.

@jastisriradheshyam
Created May 6, 2018 05:11
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 jastisriradheshyam/164bfb1765dd63bc5c60c0e77cecf2de to your computer and use it in GitHub Desktop.
Save jastisriradheshyam/164bfb1765dd63bc5c60c0e77cecf2de to your computer and use it in GitHub Desktop.
Refresh
//Referesh automatially
<script type="text/javascript">
setTimeout(function(){
location = ''
},60000)
</script>
//Hard Refersh
location.reload(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment