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
Plain Diff
Browse Files
Authored by
htoooth
2017-03-01 17:57:50 +0800
Commit
146245e2b7c63e73a75a6cda54a94dec352afaf4
2 parents
d0b4c412
413e894f
Merge remote-tracking branch 'origin/feature/user-center' into feature/user-center
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/currency.page.js
public/js/home/currency.page.js
View file @
146245e
...
...
@@ -3,9 +3,9 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2016/3/22
*/
var
$
=
require
(
'yoho-jquery'
);
require
(
'../common'
);
$
(
'.filter-select'
).
change
(
function
()
{
location
.
href
=
$
(
this
).
val
();
});
...
...
Please
register
or
login
to post a comment