Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
platform-cms
·
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
min.ling
2019-07-10 15:45:06 +0800
Commit
9aa4a1362cf975443f8c41b7b2a2862776a09358
1 parent
793d0ea1
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/grass/article/editorVideoDetail.html
web/src/main/webapp/html/grass/article/editorVideoDetail.html
View file @
9aa4a13
...
...
@@ -753,7 +753,7 @@
" </div>"
);
var
skns
=
''
;
for
(
var
i
=
0
;
i
<
checkedItems
.
length
;
i
++
)
{
buildgood
(
i
,
checkedItems
[
i
]);
buildgood
(
i
,
checkedItems
[
i
]
.
productSkn
);
}
$
(
labelGroupList
).
dialog
(
"close"
);
...
...
Please
register
or
login
to post a comment