From 8fbad12d0e27fd27c8f71598e83d81dcad08e1eb Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 14 Sep 2020 21:38:04 +0100 Subject: [PATCH] ACTUALLY fixed the crown --- public/index.html | 30 +++++++++++++++--------------- public/js/script.js | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/public/index.html b/public/index.html index 2ee39d201..7fa5dfc92 100644 --- a/public/index.html +++ b/public/index.html @@ -2855,21 +2855,21 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/public/js/script.js b/public/js/script.js index 151ae17fc..438afe4e5 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -1597,7 +1597,7 @@ function calculateStats() { } function hideCrown() { - $("#result .stats .wpm .crownWrapper").css("opacity", 0).addClass('hidden'); + $("#result .stats .wpm .crown").css("opacity", 0).addClass('hidden'); } function showCrown() {