This commit is contained in:
shrkey
2016-10-19 00:46:00 +01:00
parent 0aa00eef0e
commit 1df1e65034

View File

@@ -38,6 +38,7 @@
var hash = window.location.hash;
if(hash != '') {
location.href = hash;
console.log(hash);
}
});