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
xuqi
2015-11-04 22:26:08 +0800
Commit
8748f5a871e6713edf4b6c45a3bbdb10c6d594bb
1 parent
e658e886
cookie domain
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/home/home.js
static/js/home/home.js
View file @
8748f5a
...
...
@@ -215,6 +215,7 @@ $('#yoho-footer').css({
//set cookie
exports
.
set
=
function
(
c
)
{
window
.
setCookie
(
'_Channel'
,
c
,
{
expires
:
365
expires
:
365
,
domain
:
'.m.yohobuy.com'
});
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment