Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2016-03-17 18:26:43 +0800
Commit
8d9422b276e69bf61972fb7ee21b00aa9826e559
1 parent
8470b572
测试
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/home/home.js
static/js/home/home.js
View file @
8d9422b
...
...
@@ -44,7 +44,7 @@ $('.nav-btn').on('touchstart', function() {
return
false
;
});
function
hideSideBar
()
{
function
hideSideBar
(){
openSideNav
=
false
;
if
(
$mobileWrap
.
hasClass
(
'menu-open'
))
{
$mobileWrap
.
removeClass
(
'menu-open'
);
...
...
Please
register
or
login
to post a comment