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
63e75321
Commit
63e75321
authored
Dec 09, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
#12229
parent
d7d4e710
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
src/main/webapp/js/admin/article.js
src/main/webapp/js/admin/article.js
+2
-1
src/main/webapp/js/admin/latkeAdmin.js
src/main/webapp/js/admin/latkeAdmin.js
+1
-1
src/main/webapp/js/admin/latkeAdmin.min.js
src/main/webapp/js/admin/latkeAdmin.min.js
+1
-1
src/main/webapp/js/page.js
src/main/webapp/js/page.js
+1
-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/article.js
View file @
63e75321
...
...
@@ -444,7 +444,7 @@ admin.article = {
var
filename
=
""
;
$
(
'
#articleUpload
'
).
fileupload
({
multipart
:
true
,
url
:
"
http
://upload.qiniu.com/
"
,
url
:
"
http
s://up.qbox.me
"
,
add
:
function
(
e
,
data
)
{
filename
=
data
.
files
[
0
].
name
;
...
...
@@ -469,6 +469,7 @@ admin.article = {
return
;
}
$
(
'
#articleUpload
'
).
after
(
'
<div>![
'
+
data
.
files
[
0
].
name
+
'
](http://
'
+
qiniu
.
qiniuDomain
+
qiniuKey
+
'
)</div>
'
);
},
...
...
src/main/webapp/js/admin/latkeAdmin.js
View file @
63e75321
...
...
@@ -1356,7 +1356,7 @@ admin.article = {
var
filename
=
""
;
$
(
'
#articleUpload
'
).
fileupload
({
multipart
:
true
,
url
:
"
http
://upload.qiniu.com/
"
,
url
:
"
http
s://up.qbox.me
"
,
add
:
function
(
e
,
data
)
{
filename
=
data
.
files
[
0
].
name
;
...
...
src/main/webapp/js/admin/latkeAdmin.min.js
View file @
63e75321
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/webapp/js/page.js
View file @
63e75321
...
...
@@ -499,7 +499,7 @@ $.extend(Page.prototype, {
var
tips
=
this
.
tips
;
try
{
$
.
ajax
({
url
:
"
http
://rhythm.b3log.org:80
/get-articles-by-tags.do?tags=
"
+
tags
url
:
"
http
s://rhythm.b3log.org
/get-articles-by-tags.do?tags=
"
+
tags
+
"
&blogHost=
"
+
tips
.
blogHost
+
"
&paginationPageSize=
"
+
tips
.
externalRelevantArticlesDisplayCount
,
type
:
"
GET
"
,
cache
:
true
,
...
...
src/main/webapp/js/page.min.js
View file @
63e75321
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