mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-22 02:57:25 -07:00
Disable autocomplete for the API radios
This commit is contained in:
parent
ba6a1cdcf6
commit
69fac1cc40
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
||||||
<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" onchange="document.getElementById('btn_create').style = 'display: inline;'; document.getElementById('btn_download').style = 'display: none;'" placeholder="@sonnenbrandi@mieke.club">
|
||||||
<br><br>
|
<br><br>
|
||||||
<span>
|
<span>
|
||||||
<label><input type="radio" name="backend" value="detect" checked> Autodetect</label>
|
<label><input type="radio" name="backend" value="detect" autocomplete="off" checked> Autodetect</label>
|
||||||
<label><input type="radio" name="backend" value="mastodon"> Mastodon API</label>
|
<label><input type="radio" name="backend" value="mastodon" autocomplete="off"> Mastodon API</label>
|
||||||
<label><input type="radio" name="backend" value="misskey"> Misskey API</label>
|
<label><input type="radio" name="backend" value="misskey" autocomplete="off"> Misskey API</label>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<button type="submit" id="generateButton">Generate circle</button>
|
<button type="submit" id="generateButton">Generate circle</button>
|
||||||
|
|
Loading…
Reference in a new issue