pre
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
http("GET", `/proxy?user=${document.getElementById("user").value}`, (b, s) => {
|
http("GET", `/proxy?user=${document.getElementById("user").value}`, (b, s) => {
|
||||||
if (s != 200)
|
if (s != 200)
|
||||||
return
|
return
|
||||||
document.getElementById("ntfy").innerHTML = b.replaceAll("\n", "<br>")
|
document.getElementById("ntfy").innerHTML = `<pre>${b}</pre>`
|
||||||
}, null)
|
}, null)
|
||||||
}, 1500)
|
}, 1500)
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user