From 1df1e65034c31484588dedc721763976aff69d1b Mon Sep 17 00:00:00 2001 From: shrkey Date: Wed, 19 Oct 2016 00:46:00 +0100 Subject: [PATCH] test --- escape.html | 1 + 1 file changed, 1 insertion(+) diff --git a/escape.html b/escape.html index 8ecd6e8..fa07c49 100644 --- a/escape.html +++ b/escape.html @@ -38,6 +38,7 @@ var hash = window.location.hash; if(hash != '') { location.href = hash; + console.log(hash); } });