Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
Plain Diff
Browse Files
Authored by
liuyue
2016-03-15 10:07:33 +0800
Commit
1f6af0befd1a174d98b0b81235b8ef030493edc7
2 parents
5cafe9b5
b6de03e3
Merge branch 'develop' of git.dev.yoho.cn:platform/yohobuy-portal-fe into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/js/basegoods/edit.js
client/js/basegoods/edit.js
View file @
1f6af0b
...
...
@@ -155,7 +155,7 @@ $(document).on("click",".sortadd",function(){
}
});
$
(
document
).
on
(
"change"
,
"#brandId"
,
function
(){
//
$("#productName").val($(this).text().replace(/\/
));
//
$("#productName").val($(this).text().replace(
));
});
$
(
document
).
on
(
"click"
,
".sortdelete"
,
function
(){
var
index
=
$
(
this
).
data
(
"index"
);
...
...
Please
register
or
login
to post a comment