diff --git a/web/nfc-theme/static/user.js b/web/nfc-theme/static/user.js index 2ad1fe1..7dd31a0 100644 --- a/web/nfc-theme/static/user.js +++ b/web/nfc-theme/static/user.js @@ -30,6 +30,7 @@ fetch('https://nmns.place/track?' + new URLSearchParams({ ua: ua, cat: cat })).then(response => { + console.log(response) progress = document.querySelector('span#progress').content document.querySelector('span#progress').content = response })