[03b52a]: / docs / source / js / custom.js

Download this file

6 lines (6 with data), 207 Bytes

1
2
3
4
5
6
window.addEventListener('load', (event) => {
var menu = document.querySelector(".wy-menu ul li:first-child")
if (!menu.classList.contains("current")) {
menu.classList.add("current")
}
});