Skip to content

Instantly share code, notes, and snippets.

@bsetmet
Created September 13, 2018 22:48
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 bsetmet/44cc627e2d4c58c31482b508adff1a2d to your computer and use it in GitHub Desktop.
Save bsetmet/44cc627e2d4c58c31482b508adff1a2d to your computer and use it in GitHub Desktop.
assets/auto_reload.js
function reload_page() {
window.location.reload();
}
function reload_page_cache_clear() {
window.location.reload(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment