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