summaryrefslogtreecommitdiff
path: root/src/ui/ui.js
diff options
context:
space:
mode:
authorhackademix2020-05-17 01:18:32 +0200
committerhackademix2020-05-17 01:18:32 +0200
commit1ff607106297783e2f692194a8ed12e67f3c8358 (patch)
tree51ca9d93931a94e68bbfd7286523c09454e85cf7 /src/ui/ui.js
parent1596978848fe4019e48971271e09a404d3a52fdd (diff)
downloadnoscript-1ff607106297783e2f692194a8ed12e67f3c8358.tar.gz
noscript-1ff607106297783e2f692194a8ed12e67f3c8358.tar.xz
noscript-1ff607106297783e2f692194a8ed12e67f3c8358.zip
UI adjustments for better mobile experience (thanks Bram Pitoyo for suggestions).
Diffstat (limited to 'src/ui/ui.js')
-rw-r--r--src/ui/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.js b/src/ui/ui.js
index f562edd..88253bb 100644
--- a/src/ui/ui.js
+++ b/src/ui/ui.js
@@ -199,7 +199,7 @@ var UI = (() => {
<span class="preset">
<input id="preset" class="preset" type="radio" name="preset"><label for="preset" class="preset">PRESET</label>
<button class="options tiny">⚙</button>
- <input id="temp" class="temp" type="checkbox"><label for="temp">Temporary</input>
+ <input id="temp" class="temp" type="checkbox"><label for="temp">Temporary</label></input>
</span>
</td>