Scoresheet: Save results to localstorage

This commit is contained in:
LoveEevee
2020-03-06 03:02:07 +03:00
parent 41afc2a905
commit 21259abdda
6 changed files with 165 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ class Loader{
}
settings = new Settings()
scoreStorage = new ScoreStorage()
pageEvents.setKbd()
Promise.all(this.promises).then(() => {