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
4ba1816e
Commit
4ba1816e
authored
Dec 09, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
#12229
parent
a45d534a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
16 deletions
+2
-16
nb-configuration.xml
nb-configuration.xml
+0
-14
src/main/webapp/js/admin/article.js
src/main/webapp/js/admin/article.js
+1
-1
src/main/webapp/js/page.js
src/main/webapp/js/page.js
+1
-1
No files found.
nb-configuration.xml
deleted
100644 → 0
View file @
a45d534a
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<spellchecker-wordlist
xmlns=
"http://www.netbeans.org/ns/spellchecker-wordlist/1"
>
<word>
admin
</word>
<word>
Favicon
</word>
<word>
servlet
</word>
</spellchecker-wordlist>
</project-shared-configuration>
src/main/webapp/js/admin/article.js
View file @
4ba1816e
...
...
@@ -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
;
...
...
src/main/webapp/js/page.js
View file @
4ba1816e
...
...
@@ -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
,
...
...
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