This commit is contained in:
Simon Vieille 2023-11-17 20:10:38 +01:00
parent c865080df1
commit 253073f15f
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 20 additions and 12 deletions

File diff suppressed because one or more lines are too long

View file

@ -24,7 +24,7 @@ function createWebSocketConnection() {
let data = JSON.parse(event.data)
if (data.type === 'response') {
response.innertext = data.value
response.innerText = data.value
response.style.display = 'block'
window.setTimeout(function() {