Implement reconnecting upon connection loss
TODO: test in various conditions
This commit is contained in:
parent
c4bddc993d
commit
849da1b5a2
5 changed files with 142 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue