Revert "Try fix hover fallback not working on 2015-2017 browsers"

This reverts commit efbc67a4c2.
This commit is contained in:
Pk11 2022-05-19 15:47:46 -05:00
parent 09c9e0efd4
commit e419f26dcf

View File

@ -1,5 +1,3 @@
{...{}}; // Syntax error in anything before ECMAScript 9, we don't want to run this code on old browsers
// Make navbar not open on hover
Array.from(document.getElementsByClassName("hover-content")).forEach(r => {
r.classList.remove("hover-content");