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); } });