From 4c72f8907af66aafd16a8ab86a81cba40db45f20 Mon Sep 17 00:00:00 2001 From: KLxHunter Date: Mon, 30 Oct 2023 15:25:16 +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 25fa8e9..2a5f006 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]} + ${user_agent_split[2]===undefined?user_agent_split[2]:user_agent_split[1]} ` }) })