Commit e65f81db authored by Liang Ding's avatar Liang Ding

Merge branch 'master' into 3.5.0-dev

parents e76a54c6 f8dcb628
......@@ -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
......
......@@ -225,7 +225,6 @@ articleCount1Label=\u6587\u7AE0\u603B\u6570\uFF1A
commentCountLabel=\u8BC4\u8BBA\u6570
commentCount1Label=\u8BC4\u8BBA\u603B\u6570\uFF1A
getDateLabel=\u83B7\u53D6\u65E5\u671F
getArticleLabel=\u83B7\u53D6\u6587\u7AE0
selectDateLabel=\u9009\u62E9\u65E5\u671F
selectDate1Label=\u9009\u62E9\u65E5\u671F\uFF1A
selectLabel=\u9009\u62E9
......
......@@ -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>
......
......@@ -339,7 +339,7 @@ admin.article = {
$('#permalink').val('')
$('#articleCammentable').prop('checked', true)
$('#postToCommunity').prop('checked', true)
$('#postToCommunity').prop('checked', false)
$('.signs button').each(function (i) {
if (i === 0) {
this.className = 'selected'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment