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
ee7ac72f
Commit
ee7ac72f
authored
Nov 09, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.7.0-dev' of
https://github.com/b3log/solo
into 1.7.0-dev
parents
c3314cef
e8c8238f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
src/main/webapp/js/admin/editorCodeMirror.js
src/main/webapp/js/admin/editorCodeMirror.js
+0
-19
No files found.
src/main/webapp/js/admin/editorCodeMirror.js
View file @
ee7ac72f
...
...
@@ -56,25 +56,6 @@ Util.processClipBoard = function (clipboardData, cm) {
if
(
1
===
node
.
attributes
.
length
)
{
return
""
;
}
var
requestJSONObject
=
{
url
:
node
.
src
};
$
.
ajax
({
url
:
Label
.
servePath
+
"
/fetch-upload
"
,
type
:
"
POST
"
,
data
:
JSON
.
stringify
(
requestJSONObject
),
cache
:
false
,
success
:
function
(
result
,
textStatus
)
{
if
(
result
.
sc
)
{
var
value
=
cm
.
getValue
();
value
=
value
.
replace
(
result
.
originalURL
,
result
.
url
);
cm
.
setValue
(
value
);
}
}
});
return
"

"
;
}
}
...
...
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