fix menu ?

This commit is contained in:
Ibnu Maksum 2022-10-12 16:51:29 +07:00
parent 658aa73540
commit 565f481a65
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 2978 additions and 2914 deletions

View File

@ -211,19 +211,11 @@ jQuery(function () {
e.stopPropagation(), e.stopImmediatePropagation(); e.stopPropagation(), e.stopImmediatePropagation();
}), }),
aul.on("touchend", function (e) { aul.on("touchend", function (e) {
if (!that.navHorizontal) {
var parent = aRest.parent("li");
lists.not(parent).removeClass("open");
}
that.isMobile && that.navWrap.toggleClass("nav-offcanvas"), that.isMobile && that.navWrap.toggleClass("nav-offcanvas"),
e.stopPropagation(), e.stopPropagation(),
e.stopImmediatePropagation(); e.stopImmediatePropagation();
}), }),
aRest.on("touchend", function () { aRest.on("touchend", function () {
if (!that.navHorizontal) {
var parent = aRest.parent("li");
lists.not(parent).removeClass("open");
}
that.isMobile && that.navWrap.toggleClass("nav-offcanvas"); that.isMobile && that.navWrap.toggleClass("nav-offcanvas");
}), }),
aRest.on("click", function (e) { aRest.on("click", function (e) {

File diff suppressed because it is too large Load Diff