From 3f9595af651faf979d34af753a260eb6fbb989ba Mon Sep 17 00:00:00 2001 From: PaulVua Date: Mon, 20 Jan 2025 13:23:12 +0100 Subject: [PATCH] update --- html/logs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/logs.html b/html/logs.html index ad5340c..454dd14 100755 --- a/html/logs.html +++ b/html/logs.html @@ -172,7 +172,7 @@ window.onload = function() { console.log("Getting config file (onload)"); //get device ID const deviceID = data.deviceID.trim().toUpperCase(); - document.getElementById('pageTitle_plus_ID').innerText = 'token: ' + deviceID; + // document.getElementById('pageTitle_plus_ID').innerText = 'token: ' + deviceID; //get device Name const deviceName = data.deviceName;