You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*! Theme ihk24: Preview JS */
- // add preview specific code here...
-
- // var navigationButton = document.querySelector(".toggle-nav[data-id='main-navigation-toggle-button']");
- // if(navigationButton){
- // navigationButton.addEventListener("click", function () {
- // document.querySelector("header.page-header").classList.toggle("nav-open");
- // });
- // };
|