Commit 0c7a1486 authored by Liang Ding's avatar Liang Ding

🎨 Fix #12746

parent c8dafdb2
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
   
<span id="postToCommunityPanel"> <span id="postToCommunityPanel">
<label class="checkbox"> <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> <a href="https://hacpai.com/article/1546941897596" target="_blank">${syncToCommunityLabel}</a>
</label> </label>
</span> </span>
......
...@@ -339,7 +339,7 @@ admin.article = { ...@@ -339,7 +339,7 @@ admin.article = {
$('#permalink').val('') $('#permalink').val('')
$('#articleCammentable').prop('checked', true) $('#articleCammentable').prop('checked', true)
$('#postToCommunity').prop('checked', true) $('#postToCommunity').prop('checked', false)
$('.signs button').each(function (i) { $('.signs button').each(function (i) {
if (i === 0) { if (i === 0) {
this.className = 'selected' 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