mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Add toggle functionality to web extension
This commit is contained in:
parent
ead579a6e9
commit
799a13d385
5 changed files with 37 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
<p></p>
|
||||
</div>
|
||||
<div class="b toggle">
|
||||
<label>Turn Off</label>
|
||||
<label id=toggle>Turn On</label>
|
||||
<label class="switch">
|
||||
<input type="checkbox" checked>
|
||||
<input id="enabled" type="checkbox"/>
|
||||
<span class="slider round"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue