Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-01-04 11:23:21 +0800
Commit
c2e7d3cd09c5526c2d42ed426d00b72a75a7ff63
1 parent
e709c7ec
add gender nav for brand page. code review by XWG
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
c2e7d3c
...
...
@@ -179,9 +179,9 @@ if ($('.brand-search-page').length) {
}
if
(
$genderItem
.
length
>
0
)
{
$genderItem
.
on
(
'touchstart'
,
function
(){
if
(
$genderItem
.
length
>
0
)
{
$genderItem
.
on
(
'touchstart'
,
function
()
{
$
(
'.genderNav ul .active'
).
removeClass
(
'active'
);
$
(
this
).
addClass
(
'active'
);
})
})
;
}
...
...
Please
register
or
login
to post a comment