From 3e61f2760944c114bcb5e04dd9fc6c243c0d270a Mon Sep 17 00:00:00 2001 From: eatfishfish Date: Tue, 2 Jul 2024 16:42:54 +0800 Subject: [PATCH] modified: static/index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 32eeb7c..e9597fe 100644 --- a/static/index.html +++ b/static/index.html @@ -95,7 +95,6 @@ localStorage.setItem("dongleId", input_text); document.forms["formDongleId"].style.display="none"; document.getElementById('btnlist').style.display=""; - lastActive() }else { alert("Dongle Id error."); } @@ -128,6 +127,7 @@ setTimeout("lastActive()", 1500); } + lastActive(); function showNavigation() { dongleId = localStorage.getItem("dongleId");