mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-19 05:58:21 +03:00
v11.2.0
This commit is contained in:
@@ -124,7 +124,7 @@ function LoadHostname() {
|
||||
xhttp.addEventListener('load', function(event) {
|
||||
if (xhttp.status >= 200 && xhttp.status < 300) {
|
||||
hostname = xhttp.responseText;
|
||||
document.title = hostname + " - jomjol - AI on the edge - ";
|
||||
document.title = hostname + " - jomjol - AI on the edge";
|
||||
document.getElementById("id_title").innerHTML = "Digitizer - AI on the edge - " + hostname;
|
||||
} else {
|
||||
console.warn(request.statusText, request.responseText);
|
||||
|
||||
Reference in New Issue
Block a user