mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
moved jomjols name from the pages title to the info page, added links there to the Github page
This commit is contained in:
@@ -9,7 +9,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 + " - AI on the edge";
|
||||
document.getElementById("id_title").innerHTML = "Digitizer - AI on the edge - " + hostname;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user