aboutsummaryrefslogtreecommitdiff
path: root/script/gotoId.js
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-27 05:46:06 +0000
committerAkshay <[email protected]>2020-01-27 05:46:06 +0000
commitab6d72b78ef4ecb77715217b04aed09c0342a684 (patch)
tree09360775663c74ac25a7e2f8c698480d2ad6555d /script/gotoId.js
parenta5662df141f440af398923264ae43faf9019b357 (diff)
remote js
Diffstat (limited to 'script/gotoId.js')
-rw-r--r--script/gotoId.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/script/gotoId.js b/script/gotoId.js
deleted file mode 100644
index 991bf1d..0000000
--- a/script/gotoId.js
+++ /dev/null
@@ -1,6 +0,0 @@
1function gotoId() {
2 if ( window.location.hash ) {
3 let hash = window.location.hash.substring(1);
4 showPost(hash);
5 }
6}