mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
05.42.2022 0334363ecdc0f1001b19cba404957a6fa7cbea08
assets/js/anatole-header.js
@@ -9,9 +9,9 @@
      $el.addEventListener('click', function () {
        var target = $el.dataset.target;
        var $target = document.getElementById(target);
        $el.classList.toggle('is-active');
        $target.classList.toggle('is-active');
        nav.classList.toggle('is-active');
        $el.classList.toggle('nav--active');
        $target.classList.toggle('nav--active');
        nav.classList.toggle('nav--active');
      });
    });
  }