From d78b7d0fad31c6b9bf89a89f748e1b00c27c5946 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:22:07 -0700 Subject: [PATCH] Lint --- js/global_scope_js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/global_scope_js.js b/js/global_scope_js.js index d8de2b58..4d8c1121 100644 --- a/js/global_scope_js.js +++ b/js/global_scope_js.js @@ -380,7 +380,7 @@ observer.observe(document.documentElement, { const originalWarn = console.warn; console.warn = function(...args) { - if (args[0] && typeof args[0] === 'string' && args[0].includes("Attempted to select a non-interactive or hidden tab")) { + if (args[0] && typeof args[0] === "string" && args[0].includes("Attempted to select a non-interactive or hidden tab")) { return; }