Showing
1 changed file
with
1 additions
and
1 deletions
@@ -44,7 +44,7 @@ $('.nav-btn').on('touchstart', function() { | @@ -44,7 +44,7 @@ $('.nav-btn').on('touchstart', function() { | ||
44 | return false; | 44 | return false; |
45 | }); | 45 | }); |
46 | 46 | ||
47 | -function hideSideBar() { | 47 | +function hideSideBar(){ |
48 | openSideNav = false; | 48 | openSideNav = false; |
49 | if ($mobileWrap.hasClass('menu-open')) { | 49 | if ($mobileWrap.hasClass('menu-open')) { |
50 | $mobileWrap.removeClass('menu-open'); | 50 | $mobileWrap.removeClass('menu-open'); |
-
Please register or login to post a comment