Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
96636f51cf963b1aa5c28adc3c125507778e80f5
1 parent
852409e5
the common path
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/shopping/order/address.js
public/js/shopping/order/address.js
View file @
96636f5
...
...
@@ -7,7 +7,7 @@
var
$
=
require
(
'yoho-jquery'
),
Hbs
=
require
(
'yoho-handlebars'
),
cascadingAddress
=
require
(
'../../plugins/cascading-address'
),
common
=
require
(
'../common'
),
common
=
require
(
'../
../
common'
),
popup
=
require
(
'../../plugins/dialog'
);
var
$receiver
=
$
(
'#receiver'
);
...
...
Please
register
or
login
to post a comment