From ed69c9984e29f1f3ab36942fcc9c76baa16ba472 Mon Sep 17 00:00:00 2001 From: KLxHunter Date: Mon, 30 Oct 2023 15:27:14 +0700 Subject: [PATCH] update --- front/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/html/index.html b/front/html/index.html index 2a5f006..7ca75cd 100644 --- a/front/html/index.html +++ b/front/html/index.html @@ -94,7 +94,7 @@ ${i+1} ${v.uuid} ${user_agent_split[0].split("(")[1]} - ${user_agent_split[2]===undefined?user_agent_split[2]:user_agent_split[1]} + ${user_agent_split[2]===undefined?user_agent_split[1]:user_agent_split[2]} ` }) })