From 8da63625a90b976e5ff6fc948aa58d4a73434675 Mon Sep 17 00:00:00 2001 From: matr1x-101 Date: Thu, 17 Oct 2024 19:13:10 +0100 Subject: [PATCH] lint fix 2 --- modules/twinkleconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/twinkleconfig.js b/modules/twinkleconfig.js index 83627b66c..d0e43168c 100644 --- a/modules/twinkleconfig.js +++ b/modules/twinkleconfig.js @@ -990,7 +990,7 @@ Twinkle.config.init = function twinkleconfigInit() { if (!document.getElementById('twinkle-config')) { return; // maybe the page is misconfigured, or something - but any attempt to modify it will be pointless } - + // set style to nothing to prevent conflict with external css document.getElementById('twinkle-config').removeAttribute('style'); document.getElementById('twinkle-config-titlebar').removeAttribute('style');