From c6621ac5da12697083dabbc3fa20a2d0b3017777 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 22 May 2023 11:34:14 +0300 Subject: [PATCH] debug --- web/nfc-theme/static/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/nfc-theme/static/user.js b/web/nfc-theme/static/user.js index 7dd31a0..1e7d760 100644 --- a/web/nfc-theme/static/user.js +++ b/web/nfc-theme/static/user.js @@ -30,7 +30,7 @@ fetch('https://nmns.place/track?' + new URLSearchParams({ ua: ua, cat: cat })).then(response => { - console.log(response) + console.log(response.text()) progress = document.querySelector('span#progress').content document.querySelector('span#progress').content = response })