From 28ee71b70a297cc2f94c8359b83ad8a810f61f05 Mon Sep 17 00:00:00 2001 From: "Shane M. Clements" Date: Fri, 8 May 2015 16:24:12 -0600 Subject: [PATCH] Show the home page when you hit the back button to go back to it. --- js/scratchx.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/scratchx.js b/js/scratchx.js index 3d60455..ddfb7d6 100644 --- a/js/scratchx.js +++ b/js/scratchx.js @@ -292,6 +292,10 @@ $("[data-action='static-link']").click(function(e) { showPage(path); }); +$(window).bind('hashchange', function(e) { + if (document.location.hash == '') showPage('home'); +}); + function showPage(path) { /* * Show a part of the page. The site is set up like