forked from mirrors/treebird
9eeb9b6f39
FossilOrigin-Name: e219385af346bfbdb070a7e17bf6fe5020d1dfddfae5077d83cb34db45ceb826
22 lines
712 B
HTML
22 lines
712 B
HTML
<div class="simple-page">
|
|
<form action="../config" method="post">
|
|
<h1>General</h1>
|
|
<h3>JavaScript</h3>
|
|
<ul>
|
|
<li>
|
|
<input type="checkbox" id="cfgjsactions" name="jsactions">
|
|
<label for="cfgjsactions">Quick actions - Likes, Boosts, etc done in background</label>
|
|
</li>
|
|
<li>
|
|
<input type="checkbox" id="cfgjsreply" name="jsreply">
|
|
<label for="cfgjsreply">Quick reply - Replies don't require redirects</label>
|
|
</li>
|
|
<li>
|
|
<input type="checkbox" id="cfgjslive" name="jslive">
|
|
<label for="cfgjslive">Live statuses - Statuses fetch on the fly</label>
|
|
</li>
|
|
</ul>
|
|
|
|
<input type="submit" value="Save">
|
|
</form>
|
|
</div>
|