Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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-02-03 16:05:22 +0800
Commit
70a71a99e248a4728779fe9e1993bbbc5c8c926e
1 parent
3ed8ce6a
侧边栏禁止touchmove
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 @
70a71a9
...
...
@@ -63,7 +63,7 @@ $sideNav.on('touchstart', 'li', function(e) {
});
$sideNav
.
on
(
'touchmove'
,
function
(
e
)
{
e
.
stopPropagation
()
;
return
false
;
});
//返回一级导航,收起二级导航
...
...
Please
register
or
login
to post a comment