From cf59d5937201f9db15b10e6ff5f1f81a0f2234e7 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Mon, 26 Aug 2024 19:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpatch=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/flarum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/flarum.py b/plugin/flarum.py index 20e7118..b5a32f5 100644 --- a/plugin/flarum.py +++ b/plugin/flarum.py @@ -34,7 +34,7 @@ def main(app: FastAPI, ROOT: str, apikeys: dict): return Response(""" setTimeout(function() { var signup_obj = document.getElementsByClassName( - "item-logIn")[0] + "item-signUp")[0] if(signup_obj!=undefined){ signup_obj.style.display = "none"; }