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
Plain Diff
Browse Files
Authored by
hf
2015-11-04 21:50:27 +0800
Commit
bdc572244896b7f89303244ba3774e7516754d9a
2 parents
f43311be
586059bb
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
static/js/home/home.js
static/js/home/home.js
View file @
bdc5722
...
...
@@ -214,5 +214,7 @@ $('#yoho-footer').css({
//set cookie
exports
.
set
=
function
(
c
)
{
window
.
setCookie
(
'_Channel'
,
c
);
window
.
setCookie
(
'_Channel'
,
c
,
{
expires
:
365
});
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment