Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
3c57b0735933b64a1bfc261311ba78350520c51f
1 parent
b4184709
change default channel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/header.js
public/js/header.js
View file @
3c57b07
...
...
@@ -487,7 +487,7 @@ function isSupportCss3Animation() {
function
syncPageChannel
()
{
var
$header
=
$
(
'#yoho-header'
),
$navs
;
var
channel
=
window
.
cookie
(
'_Channel'
)
||
'
girl
s'
,
var
channel
=
window
.
cookie
(
'_Channel'
)
||
'
boy
s'
,
type
;
// 过滤频道页
...
...
Please
register
or
login
to post a comment