From 4c6b09534ff45703517b62ca6fb8c5e336ea98cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:11:23 +0800 Subject: [PATCH] shit --- docs/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main.js b/docs/main.js index 1107757b..faf392e5 100644 --- a/docs/main.js +++ b/docs/main.js @@ -165,5 +165,5 @@ window.onpopstate = function (event) { function tohomeurl() { var hostname = window.location.hostname; - window.open(window.location.protocol + hostname.substring(5)); + window.open(window.location.protocol + '//' + hostname.substring(5)); } \ No newline at end of file