From e391b54810386b602c47c3a209c01389dfbb59a3 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:04:59 -0700 Subject: [PATCH] . --- src/resources/scripts/main.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 4ca9547..b4ba022 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -298,11 +298,6 @@ if (window.location.pathname === '/') { const iframe = document.createElement('iframe'); iframe.id = 'main_frame'; - iframe.style.display = 'none'; - iframe.addEventListener('load', () => { - iframe.style.display = ''; - }); - if (storage.local.get('lastVersion') === null) { iframe.src = '/welcome/'; } else if (lastPage !== null) {