Language selection wasn't being written to local storage.

Updated submodule.
This commit is contained in:
firebingo 2018-07-02 20:15:15 -07:00
parent 30ce95011a
commit 7f71e0d89b
4 changed files with 3 additions and 4 deletions

View file

@ -56,8 +56,6 @@ body { margin: 0; }
.flex-grow { flex-grow: 1; }
.centered { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.hidden { opacity: 0; }
.shown { opacity: 0; }