Release v2.0.0 #74

Merged
deblan merged 22 commits from develop into master 2021-11-14 17:22:50 +01:00
Showing only changes of commit d1faf881da - Show all commits

View file

@ -199,8 +199,7 @@ const updateTopMenu = function() {
menuCache = menu.innerHTML + menu.nextSibling.innerHTML
}
for (let timeout of [300, 500, 700]) {
for (let timeout of [300, 500, 700, 900, 1100]) {
setTimeout(updateTopMenu, timeout)
}