Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- /*! 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");
- // });
- // };
|