Fixed mastodon checkbox on new entry page
This commit is contained in:
@@ -80,11 +80,11 @@
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="form-section">
|
||||
<fieldset id="mastodon-publishing" class="form-section hidden">
|
||||
<legend>Mastodon Publishing</legend>
|
||||
<label>
|
||||
<input id="mastodon-enabled" type="checkbox" />
|
||||
Post to Mastodon (if configured)
|
||||
<input id="mastodon-enabled" type="checkbox" checked />
|
||||
Post to Mastodon
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
@@ -102,6 +102,6 @@
|
||||
</footer>
|
||||
|
||||
<script src="/static/auth-header.js"></script>
|
||||
<script src="/static/new-entry.js"></script>
|
||||
<script src="/static/new-entry.js?v=2"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user