Skip to content

Commit

Permalink
fix: enhance test page design
Browse files Browse the repository at this point in the history
  • Loading branch information
seo-rii committed Dec 29, 2021
1 parent 05988f3 commit 4fd1388
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions res/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,13 @@
setInterval(() => {
if (!ws) {
if (!tws) connectWs()
document.getElementById('connection-error').style.display =
''
document.getElementById(
'connection-error'
).style.display = ''
} else {
document.getElementById('connection-error').style.display =
'none'
document.getElementById(
'connection-error'
).style.display = 'none'
}
}, 100)
})
Expand Down

0 comments on commit 4fd1388

Please sign in to comment.