This commit is contained in:
poiuty 2023-06-13 22:21:01 +03:00
parent 4da3f515eb
commit 7180e50106
8 changed files with 21 additions and 40 deletions

View file

@ -8,8 +8,8 @@ window.addEventListener("resize", function() {
}
});
function choose(el) {
if($(".icon-menu").hasClass("_active")) {
function choose() {
if(mobile) {
$(".icon-menu").removeClass("_active");
$(".header_mobile_nav").hide();
mobile = false;