From 83889ff97ecdc08872cb2f4e9b6e18e1484158d0 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 24 Oct 2020 22:38:49 +0100 Subject: [PATCH] letting the config restart test test --- public/js/script.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/js/script.js b/public/js/script.js index 5f0d00aae..b7b1890ed 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -5018,10 +5018,11 @@ $("#wpmChart").on("mouseleave", (e) => { }); $(document).ready(() => { + updateFavicon(32, 14); $("body").css("transition", ".25s"); - manualRestart = true; - restartTest(false,true); + // manualRestart = true; + // restartTest(false,true); if (config.quickTab) { $("#restartTestButton").addClass("hidden"); }