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
2016-08-09 15:16:43 +0800
Commit
45242b3143c36b85eccf365e4020ff1663b19e6a
1 parent
4d7357aa
remend 1101
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/shopping/cart/cart.js
public/js/shopping/cart/cart.js
View file @
45242b3
...
...
@@ -474,7 +474,7 @@ Cart = {
return
false
;
});
editTarget
.
find
(
'.
current-sizes .
size-item'
).
click
(
function
()
{
editTarget
.
find
(
'.size-item'
).
click
(
function
()
{
var
$this
=
$
(
this
);
if
(
$this
.
hasClass
(
'current'
))
{
...
...
Please
register
or
login
to post a comment