Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
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
Commits
ce912604
Commit
ce912604
authored
Nov 16, 2016
by
D
Committed by
GitHub
Nov 16, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12213 from b3log/1.8.0-dev
fixed #12212
parents
e9d685f5
de2835f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gulpfile.js
gulpfile.js
+1
-1
src/main/webapp/js/admin/article.js
src/main/webapp/js/admin/article.js
+2
-2
No files found.
gulpfile.js
View file @
ce912604
...
...
@@ -30,7 +30,7 @@ var concat = require('gulp-concat');
var
uglify
=
require
(
'
gulp-uglify
'
);
var
cleanCSS
=
require
(
'
gulp-clean-css
'
);
gulp
.
task
(
'
build
'
,
function
()
{
gulp
.
task
(
'
default
'
,
function
()
{
// min css
gulp
.
src
(
'
./src/main/webapp/js/lib/editor/codemirror.css
'
)
.
pipe
(
cleanCSS
())
...
...
src/main/webapp/js/admin/article.js
View file @
ce912604
...
...
@@ -18,7 +18,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.3.5.
6, Nov 15
, 2016
* @version 1.3.5.
7, Nov 16
, 2016
*/
admin
.
article
=
{
currentEditorType
:
''
,
...
...
@@ -467,7 +467,7 @@ admin.article = {
return
;
}
$
(
'
#articleUpload
'
).
after
(
'
<div id="uploadContent">!
<a target="_blank" href="http://
'
+
qiniu
.
qiniuDomain
+
qiniuKey
+
'
">[
'
+
filename
+
'
]</a>
(http://
'
$
(
'
#articleUpload
'
).
after
(
'
<div id="uploadContent">!
[
'
+
filename
+
'
]
(http://
'
+
qiniu
.
qiniuDomain
+
qiniuKey
+
'
)</div>
'
);
},
fail
:
function
(
e
,
data
)
{
...
...
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