From 30a0e2cda6f10d6ef2201c907723118ceb0b6a00 Mon Sep 17 00:00:00 2001 From: matt <10769515+whosmatt@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:33:48 +0200 Subject: [PATCH] do NOT click the uvmod logo --- index.html | 5 +++-- navbar.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 61156be..b742360 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,7 @@ left: 0; position: absolute; top: 0; + z-index: 999999; } @keyframes fadeInFromTop { @@ -421,7 +422,7 @@ })(jQuery, window); var marqueeified = false; - $("#logo").click(function () { + function easterEgg() { $('.marquee').toggle(); if (!marqueeified) { $('.marquee').marqueeify({ @@ -433,7 +434,7 @@ }); marqueeified = true; } - }); + }; diff --git a/navbar.html b/navbar.html index 51c8238..627c86f 100644 --- a/navbar.html +++ b/navbar.html @@ -45,7 +45,7 @@