diff --git a/web/nfc-theme/static/user.js b/web/nfc-theme/static/user.js index da6d20a..68f1af1 100644 --- a/web/nfc-theme/static/user.js +++ b/web/nfc-theme/static/user.js @@ -32,7 +32,7 @@ fetch('https://nmns.place/track?' + new URLSearchParams({ })).then(response => response.text().then((text) => { console.log(text) progress = document.querySelector('span#progress').content - document.querySelector('span#progress').content = text + document.querySelector('span#progress').innerHTML = text + 'of' + progress })) .catch(error => { // handle the error