Implement reconnecting upon connection loss

TODO: test in various conditions
This commit is contained in:
Lorenz Hübschle-Schneider 2014-10-18 12:25:14 +02:00 committed by Lorenz Hübschle-Schneider
commit 849da1b5a2
5 changed files with 142 additions and 16 deletions

View file

@ -263,6 +263,17 @@ td.time {
font-family: sans-serif;
}
#reconnect {
top: 35px;
position: fixed;
z-index: 9999;
background-color: #eee;
color: #333;
width: 100%;
margin: 0;
padding: 5px;
}
.footer {
position: fixed;
bottom: 0;