mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-09 12:51:26 -07:00
Removed dead events
This commit is contained in:
parent
2cf6058d06
commit
54824287b5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<h3><span style="text-decoration: line-through" aria-hidden="true">Mastodon</span> Fedi Circle Creator</h3>
|
||||
<!-- TODO Logo? -->
|
||||
<form id="generateForm" onsubmit="(async () => await circleMain())(); return false;">
|
||||
<input id="txt_mastodon_handle" type="text" onchange="document.getElementById('btn_create').style = 'display: inline;'; document.getElementById('btn_download').style = 'display: none;'" placeholder="@sonnenbrandi@mieke.club">
|
||||
<input id="txt_mastodon_handle" type="text" placeholder="@sonnenbrandi@mieke.club">
|
||||
<br><br>
|
||||
<span>
|
||||
<label><input type="radio" name="backend" value="detect" autocomplete="off" checked> Autodetect</label>
|
||||
|
|
Loading…
Reference in a new issue