diff --git a/app.js b/app.js index dba115b..d05b9c2 100644 --- a/app.js +++ b/app.js @@ -620,6 +620,7 @@ function changeKey(input) { class Stats { constructor() { this.modal = new bootstrap.Modal('#statsModal') + restartButton.onclick = restart this.load() } diff --git a/index.html b/index.html index 991ef46..0aca2f2 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@