Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
xuqi
2015-11-04 21:42:58 +0800
Commit
586059bb6df2c85707c7f763bd62a866ff5fbdcc
1 parent
d28ff4a2
cookir exprise
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 @
586059b
...
...
@@ -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