From e07cf8d11f877f142151156caf6d7cf2756fc660 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 2 Mar 2022 10:24:24 +0100 Subject: [PATCH] #252 `doc` not used anymore --- dev/Common/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Common/Utils.js b/dev/Common/Utils.js index 519580692..3ca8b4361 100644 --- a/dev/Common/Utils.js +++ b/dev/Common/Utils.js @@ -1,5 +1,5 @@ import { SaveSettingsStep } from 'Common/Enums'; -import { doc, elementById } from 'Common/Globals'; +import { elementById } from 'Common/Globals'; let __themeTimer = 0, __themeJson = null;