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
e65f81db
Unverified
Commit
e65f81db
authored
Mar 31, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 3.5.0-dev
parents
e76a54c6
f8dcb628
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
src/main/resources/lang_en_US.properties
src/main/resources/lang_en_US.properties
+0
-1
src/main/resources/lang_zh_CN.properties
src/main/resources/lang_zh_CN.properties
+0
-1
src/main/webapp/admin/admin-article.ftl
src/main/webapp/admin/admin-article.ftl
+1
-1
src/main/webapp/js/admin/article.js
src/main/webapp/js/admin/article.js
+1
-1
No files found.
src/main/resources/lang_en_US.properties
View file @
e65f81db
...
...
@@ -225,7 +225,6 @@ articleCount1Label=Article Count:
commentCountLabel
=
Comment Count
commentCount1Label
=
Comment Count:
getDateLabel
=
Get Date
getArticleLabel
=
Get Article
selectDateLabel
=
Select Date
selectDate1Label
=
Select Date:
selectLabel
=
Select
...
...
src/main/resources/lang_zh_CN.properties
View file @
e65f81db
...
...
@@ -225,7 +225,6 @@ articleCount1Label=\u6587\u7AE0\u603B\u6570\uFF1A
commentCountLabel
=
\u
8BC4
\u
8BBA
\u6570
commentCount1Label
=
\u
8BC4
\u
8BBA
\u
603B
\u6570\u
FF1A
getDateLabel
=
\u
83B7
\u
53D6
\u
65E5
\u
671F
getArticleLabel
=
\u
83B7
\u
53D6
\u6587\u
7AE0
selectDateLabel
=
\u9009\u
62E9
\u
65E5
\u
671F
selectDate1Label
=
\u9009\u
62E9
\u
65E5
\u
671F
\u
FF1A
selectLabel
=
\u9009\u
62E9
...
...
src/main/webapp/admin/admin-article.ftl
View file @
e65f81db
...
...
@@ -79,7 +79,7 @@
<span id="postToCommunityPanel">
<label class="checkbox">
<input id="postToCommunity" type="checkbox"
checked="checked"
/>
<input id="postToCommunity" type="checkbox" />
<a href="https://hacpai.com/article/1546941897596" target="_blank">${syncToCommunityLabel}</a>
</label>
</span>
...
...
src/main/webapp/js/admin/article.js
View file @
e65f81db
...
...
@@ -339,7 +339,7 @@ admin.article = {
$
(
'
#permalink
'
).
val
(
''
)
$
(
'
#articleCammentable
'
).
prop
(
'
checked
'
,
true
)
$
(
'
#postToCommunity
'
).
prop
(
'
checked
'
,
tru
e
)
$
(
'
#postToCommunity
'
).
prop
(
'
checked
'
,
fals
e
)
$
(
'
.signs button
'
).
each
(
function
(
i
)
{
if
(
i
===
0
)
{
this
.
className
=
'
selected
'
...
...
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