Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
bc9e2e61
Unverified
Commit
bc9e2e61
authored
Mar 16, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
article comment remove
parent
9037b962
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
src/main/webapp/js/admin/comment.js
src/main/webapp/js/admin/comment.js
+3
-3
src/main/webapp/scss/admin.css
src/main/webapp/scss/admin.css
+1
-1
src/main/webapp/scss/admin.scss
src/main/webapp/scss/admin.scss
+1
-0
No files found.
src/main/webapp/js/admin/comment.js
View file @
bc9e2e61
...
...
@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.
0.9, May 28, 2013
* @version 1.0.
1.0, Mar 16, 2019
*/
admin
.
comment
=
{
...
...
@@ -78,8 +78,8 @@ admin.comment = {
if
(
comments
[
i
].
commentOriginalCommentName
)
{
commentsHTML
+=
"
@
"
+
comments
[
i
].
commentOriginalCommentName
;
}
commentsHTML
+=
"
</span><
span title='
"
+
Label
.
removeLabel
+
"
' class='fn__right deleteIcon' onclick=
\"
admin.comment.del('
"
+
comments
[
i
].
oId
+
"
', '
"
+
fromId
+
"
', '
"
+
onId
+
"
')
\"
>
</span
><span class='fn__right'>
"
commentsHTML
+=
"
</span><
a title='
"
+
Label
.
removeLabel
+
"
' class='fn__right fn__pointer' href=
\"
javascript:
admin.comment.del('
"
+
comments
[
i
].
oId
+
"
', '
"
+
fromId
+
"
', '
"
+
onId
+
"
')
\"
>
"
+
Label
.
removeLabel
+
"
</a
><span class='fn__right'>
"
+
$
.
bowknot
.
getDate
(
comments
[
i
].
commentTime
)
+
"
</span><div class='fn__clear'></div></div><div class='fn__margin12'>
"
+
contentHTML
+
"
</div>
"
;
...
...
src/main/webapp/scss/admin.css
View file @
bc9e2e61
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/admin.scss
View file @
bc9e2e61
...
...
@@ -509,6 +509,7 @@ table.form th {
border-bottom
:
1px
solid
#DFDFDF
;
border-top
:
1px
solid
#F9F9F9
;
padding
:
3px
6px
3px
12px
;
line-height
:
24px
;
}
#comments
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment