From 836cae8889b07195334ba83fcc30f50397f2ee83 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 14 Sep 2018 12:26:40 -0400 Subject: [PATCH] Update init.js --- assets/js/init.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/init.js b/assets/js/init.js index b98581e..6bce003 100644 --- a/assets/js/init.js +++ b/assets/js/init.js @@ -36,6 +36,7 @@ $(document).ready(function(){ $(target_tab_selector).removeClass('hide'); $(target_tab_selector).addClass('active'); + window.location.hash = $(this).attr('href'); }); var hash = window.location.hash;