From 1d137f043871abf90c8bc5f5dc15f530c26c1703 Mon Sep 17 00:00:00 2001 From: Salvialf <48010158+Salvialf@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:58:24 +0200 Subject: [PATCH] hide() to unseen() --- desktop/js/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/js/connection.js b/desktop/js/connection.js index a466f8a047..80a5284651 100644 --- a/desktop/js/connection.js +++ b/desktop/js/connection.js @@ -35,7 +35,7 @@ if (!jeeFrontEnd.connection) { }, goToIndex: function() { jeeFrontEnd.connection.animateCss(document.querySelector('.veen'), 'bounceOut', function() { - document.querySelectorAll('.veen')?.style.display='none'; + document.querySelectorAll('.veen').unseen() window.location.href = 'index.php?v=d' }) },