From 71a28201da00030512f6327dfc7b3a4decd9d734 Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:18:43 -0500 Subject: [PATCH] smth is unsetting the value --- mods/code_library.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mods/code_library.js b/mods/code_library.js index 0a0b33f4..cfbe9964 100644 --- a/mods/code_library.js +++ b/mods/code_library.js @@ -1,5 +1,3 @@ -libraryLoaded = true; - //URL urlParams = new URLSearchParams(window.location.search); @@ -1751,4 +1749,4 @@ libraryLoaded = true; }*/ }; -libraryLoaded = true +const libraryLoaded = true