root 4 years ago
parent
commit
a25b2c4841
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -125,10 +125,10 @@
             setTimeout(() => { imgload(); }, 500)
             setTimeout(() => { imgload(); }, 500)
         }
         }
         document.getElementById('hk').onclick = function () {
         document.getElementById('hk').onclick = function () {
-            window.location.href = "./hant/";
+            window.location.href = "../hant/";
         }
         }
         document.getElementById('cn').onclick = function () {
         document.getElementById('cn').onclick = function () {
-            window.location.href = "./hans/";
+            window.location.href = "../hans/";
         }
         }
     </script>
     </script>
     <!-- docsify -->
     <!-- docsify -->