Fixed mastodon checkbox on new entry page

This commit is contained in:
2026-08-27 22:08:30 +02:00
parent 1c2d1b71ff
commit d433a305f5
10 changed files with 65 additions and 6 deletions
+4 -4
View File
@@ -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>