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

@@ -83,6 +83,7 @@ var perf = {
var strings
var vectors
var settings
var scoreStorage
pageEvents.add(root, ["touchstart", "touchmove", "touchend"], event => {
if(event.cancelable && cancelTouch && event.target.tagName !== "SELECT"){