mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Revert "Try fix hover fallback not working on 2015-2017 browsers"
This reverts commit efbc67a4c2.
This commit is contained in:
parent
09c9e0efd4
commit
e419f26dcf
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user