1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-05-01 19:16:04 +02:00
This commit is contained in:
nanxiaobei 2019-06-13 21:00:32 +08:00
parent a43a34fe01
commit d49599a028

@ -16,6 +16,7 @@
}
function setMenuToggleListener() {
const menuToggle = document.querySelector('.menu-toggle');
if (!menuToggle) return;
body = document.querySelector('body');
menuToggle.addEventListener('click', menuToggleListener);
}