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
1311918b
Commit
1311918b
authored
Nov 08, 2016
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename editor params
parent
85939e79
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/main/webapp/js/admin/editorCodeMirror.js
src/main/webapp/js/admin/editorCodeMirror.js
+1
-1
src/main/webapp/js/lib/CodeMirrorEditor/editor.js
src/main/webapp/js/lib/CodeMirrorEditor/editor.js
+2
-2
src/main/webapp/js/lib/compress/admin-lib.min.js
src/main/webapp/js/lib/compress/admin-lib.min.js
+1
-1
No files found.
src/main/webapp/js/admin/editorCodeMirror.js
View file @
1311918b
...
...
@@ -99,7 +99,7 @@ admin.editors.CodeMirror = {
dragDrop
:
false
,
lineWrapping
:
true
,
status
:
false
,
html
2md
URL
:
latkeConfig
.
servePath
+
'
/console/markdown/2html
'
,
htmlURL
:
latkeConfig
.
servePath
+
'
/console/markdown/2html
'
,
toolbar
:
[
{
name
:
'
bold
'
},
{
name
:
'
italic
'
},
...
...
src/main/webapp/js/lib/CodeMirrorEditor/editor.js
View file @
1311918b
...
...
@@ -1133,7 +1133,7 @@
cm
.
refresh
();
$
.
ajax
({
url
:
editor
.
options
.
html
2md
URL
,
url
:
editor
.
options
.
htmlURL
,
type
:
"
POST
"
,
cache
:
false
,
data
:
{
...
...
@@ -1332,7 +1332,7 @@
var
text
=
cm
.
getValue
();
$
.
ajax
({
url
:
editor
.
options
.
html
2md
URL
,
url
:
editor
.
options
.
htmlURL
,
type
:
"
POST
"
,
cache
:
false
,
data
:
{
...
...
src/main/webapp/js/lib/compress/admin-lib.min.js
View file @
1311918b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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