Browse Source

fix: on logout display the reconnect overlay (#6)

pull/123/head
Strubbl 8 years ago
committed by cbutler
parent
commit
443fb48313
No known key found for this signature in database GPG Key ID: 9EB3D625BD14DDEC
  1. 1
      public/index.html
  2. 1
      public/wetty/index.html

1
public/index.html

@ -18,6 +18,7 @@
width: 100%;
background-color: rgba(0,0,0,0.75);;
display: none;
z-index: 100;
}
#overlay input {
display: block;

1
public/wetty/index.html

@ -18,6 +18,7 @@
width: 100%;
background-color: rgba(0,0,0,0.75);;
display: none;
z-index: 100;
}
#overlay input {
display: block;

Loading…
Cancel
Save