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
2cc48d2b
Unverified
Commit
2cc48d2b
authored
Mar 06, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
⬆
vditor -> 0.4.0
parent
1f2844c0
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
src/main/webapp/js/admin/admin.min.js
src/main/webapp/js/admin/admin.min.js
+1
-1
src/main/webapp/js/admin/editor.js
src/main/webapp/js/admin/editor.js
+2
-1
src/main/webapp/js/page.js
src/main/webapp/js/page.js
+2
-1
src/main/webapp/js/page.min.js
src/main/webapp/js/page.min.js
+1
-1
No files found.
src/main/webapp/js/admin/admin.min.js
View file @
2cc48d2b
This diff is collapsed.
Click to expand it.
src/main/webapp/js/admin/editor.js
View file @
2cc48d2b
...
...
@@ -19,7 +19,7 @@
* @fileoverview editor
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.2.0.
3, Feb 18
, 2019
* @version 1.2.0.
4, Mar 6
, 2019
*/
admin
.
editors
=
{}
...
...
@@ -43,6 +43,7 @@ $.extend(SoloEditor.prototype, {
init
:
function
()
{
this
.
editor
=
new
Vditor
(
this
.
conf
.
id
,
{
cache
:
true
,
tab
:
'
\t
'
,
hint
:
{
emojiPath
:
latkeConfig
.
staticServePath
+
'
/js/lib/emojify.js-1.1.0/images/basic
'
},
...
...
src/main/webapp/js/page.js
View file @
2cc48d2b
...
...
@@ -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 2.1.0.
0, Feb 21
, 2019
* @version 2.1.0.
1, Mar 6
, 2019
*/
var
Page
=
function
(
tips
)
{
this
.
currentCommentId
=
''
...
...
@@ -113,6 +113,7 @@ $.extend(Page.prototype, {
window
.
vditor
=
new
Vditor
(
'
soloEditorComment
'
,
{
placeholder
:
that
.
tips
.
commentContentCannotEmptyLabel
,
height
:
180
,
tab
:
'
\t
'
,
hint
:
{
emojiPath
:
latkeConfig
.
staticServePath
+
'
/js/lib/emojify.js-1.1.0/images/basic
'
},
...
...
src/main/webapp/js/page.min.js
View file @
2cc48d2b
This diff is collapsed.
Click to expand it.
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