WIP
This commit is contained in:
4
dist/app.js
vendored
4
dist/app.js
vendored
@@ -32,6 +32,10 @@ var observer = new IntersectionObserver(function (entries) {
|
||||
document.querySelectorAll('.watch-vp').forEach(function (el) {
|
||||
observer.observe(el);
|
||||
});
|
||||
document.getElementById("mobile-nav-toggle").addEventListener("click", function (e) {
|
||||
e.preventDefault();
|
||||
document.getElementsByTagName("body")[0].classList.toggle("mobile-nav-open");
|
||||
});
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user