From 1cd6cdac9c36c32cb62c9d10f54c37009dc40ea7 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 22 May 2023 11:38:39 +0300 Subject: [PATCH] debug --- web/nfc-theme/static/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/nfc-theme/static/user.js b/web/nfc-theme/static/user.js index 6a90c05..da6d20a 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 => response.text().then((text) => { + console.log(text) progress = document.querySelector('span#progress').content document.querySelector('span#progress').content = text }))