This commit is contained in:
PaulVua
2025-01-20 13:23:12 +01:00
parent 8ebf8dac51
commit 3f9595af65

View File

@@ -172,7 +172,7 @@ window.onload = function() {
console.log("Getting config file (onload)"); console.log("Getting config file (onload)");
//get device ID //get device ID
const deviceID = data.deviceID.trim().toUpperCase(); 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 //get device Name
const deviceName = data.deviceName; const deviceName = data.deviceName;