Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chenchao
2016-12-08 11:16:53 +0800
Commit
cf01c506fb6d628ce96fc1ed60a7d4bfbc62bd47
1 parent
478a85c3
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/customService/promotion/fragement/_edit_promotions.js
code/static/js.jquery/module/customService/promotion/fragement/_edit_promotions.js
View file @
cf01c50
...
...
@@ -5,7 +5,7 @@ var promotionEdit={
batchId
:[],
buildCheckboxHtml
:
function
(
_class
,
_data_index
,
_checked
){
var
_checkBox
=
"<input type='checkbox'"
;
var
_end
=
"/>"
,
var
_end
=
"/>"
;
if
(
_class
){
_checkBox
+=
" class='"
+
_class
+
"'"
;
}
...
...
Please
register
or
login
to post a comment