mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
4da3f515eb
commit
7180e50106
8 changed files with 21 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue