From b45ee5ffd4c0fd4027b3c0b34a3edd9a956951f4 Mon Sep 17 00:00:00 2001 From: Daisuke Oka Date: Wed, 29 Nov 2017 16:21:15 +0900 Subject: [PATCH] Changed to relative path --- js/type.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/type.js b/js/type.js index 5426ad0..2d4dc62 100644 --- a/js/type.js +++ b/js/type.js @@ -56,7 +56,7 @@ $("#restart").click(() => { // back button $("#back").click(() => { - window.location.href = `/repo.html#${repo}`; + window.location.href = `./repo.html#${repo}`; }); // fetch file and setup