treebird/static/config_general.html
me@ow.nekobit.net 064097c069 Config handling
FossilOrigin-Name: 65d5f9e7c528992ed6d5dff66a1f8945d6a4fbc37aed5ee3e4999c469815ce61
2022-04-01 14:56:30 +00:00

23 lines
740 B
HTML

<div class="simple-page">
<form action="general" method="post">
<h1>General</h1>
<h3>JavaScript</h3>
<ul>
<li>
<input type="checkbox" id="cfgjsactions" name="jsactions" value="1">
<label for="cfgjsactions">Quick actions - Likes, Boosts, etc done in background</label>
</li>
<li>
<input type="checkbox" id="cfgjsreply" name="jsreply" value="1">
<label for="cfgjsreply">Quick reply - Replies don't require redirects</label>
</li>
<li>
<input type="checkbox" id="cfgjslive" name="jslive" value="1">
<label for="cfgjslive">Live statuses - Statuses fetch on the fly</label>
</li>
</ul>
<input type="submit" value="Save">
</form>
</div>