Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
梁志锋
2015-11-09 21:26:08 +0800
Commit
5e497331e5314d35ce0a45b02802d1e413eff8a7
1 parent
88fe2552
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/category/index.js
static/js/category/index.js
View file @
5e49733
...
...
@@ -71,7 +71,7 @@ ccHammer.on('tap', function(e) {
}
});
$
(
'.sub-level'
).
bind
(
'touch
start
'
,
function
(
e
)
{
$
(
'.sub-level'
).
bind
(
'touch
end
'
,
function
(
e
)
{
var
$cur
=
$
(
e
.
target
);
$cur
.
addClass
(
'a-highlight'
);
...
...
Please
register
or
login
to post a comment