From c6ffbbc062c086c5771c24b9cbc26632e4495826 Mon Sep 17 00:00:00 2001 From: mkg <1650473152@qq.com> Date: Thu, 13 May 2021 12:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/login.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/admin/login.html b/templates/admin/login.html index 74cc3ac..947fad4 100644 --- a/templates/admin/login.html +++ b/templates/admin/login.html @@ -78,7 +78,6 @@ setInterval(function(){ document.getElementById("captchaImage").src= captchaPath + "?" + Math.random(); },30 * 1000); - validateKickout(); })