mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Remove ES9 check, it doesn't work
This commit is contained in:
parent
0b8c4122e5
commit
0a659ea281
@ -1,5 +1,3 @@
|
|||||||
let es9 = {...{}};
|
|
||||||
|
|
||||||
// Make navbar not open on hover
|
// Make navbar not open on hover
|
||||||
Array.from(document.getElementsByClassName("hover-content")).forEach(r => {
|
Array.from(document.getElementsByClassName("hover-content")).forEach(r => {
|
||||||
r.classList.remove("hover-content");
|
r.classList.remove("hover-content");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user