From c04f8a89c6e32c3e8f1186b7c67aa0fc1012e1ce Mon Sep 17 00:00:00 2001 From: WillyJL <49810075+Willy-JL@users.noreply.github.com> Date: Fri, 10 May 2024 04:08:25 +0100 Subject: [PATCH] Fix unknown file types not loading --- frontend/sf/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sf/index.html b/frontend/sf/index.html index 85f1198..d97601c 100644 --- a/frontend/sf/index.html +++ b/frontend/sf/index.html @@ -242,7 +242,7 @@

Flipper Key

break default: badgeText = 'Unknown' - document.querySelector('#type').style.display = 'none' + document.querySelector('#badge').style.display = 'none' } document.querySelector('#badge').classList.add(params.extension)