This commit is contained in:
randogoth 2023-05-22 11:37:51 +03:00
parent 277f311c7a
commit 3b34b0bade

View file

@ -32,4 +32,7 @@ fetch('https://nmns.place/track?' + new URLSearchParams({
})).then(response => response.text().then((text) => {
progress = document.querySelector('span#progress').content
document.querySelector('span#progress').content = text
}))
.catch(error => {
// handle the error
});