From e2f63b367a6e953897c135dde9abf3f4e5183d73 Mon Sep 17 00:00:00 2001 From: yuukiwww <0xv75b42326631e@au.com> Date: Fri, 17 May 2024 16:00:39 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AA=AC=E6=98=8E=E6=96=87=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/src/js/main.js | 7 +------ templates/index.html | 21 ++------------------- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/public/src/js/main.js b/public/src/js/main.js index d7a2c1b..e5602fc 100644 --- a/public/src/js/main.js +++ b/public/src/js/main.js @@ -1,9 +1,4 @@ -addEventListener("load", () => { - document.querySelector("#version-link").textContent = "taiko-web vRAINBOW-BETA4"; - document.querySelector("#version-link").setAttribute("alt", document.querySelector("#version-link").textContent); -}); - -addEventListener("error", function(err){ +addEventListener("error", function(err){ var stack if("error" in err && err.error){ stack = err.error.stack diff --git a/templates/index.html b/templates/index.html index 3c3d114..1aeda42 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@