From c985451d2a379b0287c7d7c42a0b6fc0e382d0ce Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 18 Dec 2024 16:30:36 -0800 Subject: [PATCH] Update script.js --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index 54c44c9..0102d58 100644 --- a/script.js +++ b/script.js @@ -1,3 +1,4 @@ +/*jshint esversion: 6 */ // Fetching the run value for the first time fetch ("run.txt") .then(x => x.text())