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
a72074a2
Unverified
Commit
a72074a2
authored
Jul 08, 2018
by
Liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
https://github.com/b3log/pipe/issues/134
parent
9625930a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/main/webapp/js/admin/editorCodeMirror.js
src/main/webapp/js/admin/editorCodeMirror.js
+2
-1
src/main/webapp/js/common.min.js
src/main/webapp/js/common.min.js
+1
-1
src/main/webapp/skins/mobile/common-comment.ftl
src/main/webapp/skins/mobile/common-comment.ftl
+1
-1
No files found.
src/main/webapp/js/admin/editorCodeMirror.js
View file @
a72074a2
...
...
@@ -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.5.
0.0, Mar 15
, 2018
* @version 1.5.
1.0, Jul 8
, 2018
*/
Util
.
processClipBoard
=
function
(
text
,
cm
)
{
...
...
@@ -267,6 +267,7 @@ admin.editors.CodeMirror = {
},
success
:
function
(
result
,
textStatus
)
{
$
(
'
#
'
+
conf
.
id
).
parent
().
find
(
'
.CodeMirror-preview
'
).
html
(
result
.
html
);
Util
.
parseMarkdown
(
'
content-reset
'
);
hljs
.
initHighlighting
.
called
=
false
;
hljs
.
initHighlighting
();
}
...
...
src/main/webapp/js/common.min.js
View file @
a72074a2
This diff is collapsed.
Click to expand it.
src/main/webapp/skins/mobile/common-comment.ftl
View file @
a72074a2
...
...
@@ -40,7 +40,7 @@
</div>
</#if>
</div><!--end comtop-->
<div class="combody">
<div class="combody
article-body
">
<p>${comment.commentContent}</p>
</div>
</div>
...
...
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