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;