fix menu ?
This commit is contained in:
parent
658aa73540
commit
565f481a65
@ -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) {
|
||||||
|
5884
ui/ui/styles/main.min.css
vendored
5884
ui/ui/styles/main.min.css
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user