update
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user