[TabGuard] Fix "never prompt" option's label not being clickable.
This commit is contained in:
parent
895b3c956a
commit
e2870d2466
|
@ -179,7 +179,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
</div>
|
||||
<div class="opt-group">
|
||||
<span id="tgPrompt">
|
||||
<input id="tgp-never" type="radio" name="TabGuardPrompt" value="never" /><label for="tgm-never">__MSG_TabGuard_optPromptNever__</label>
|
||||
<input id="tgm-never" type="radio" name="TabGuardPrompt" value="never" /><label for="tgm-never">__MSG_TabGuard_optPromptNever__</label>
|
||||
<input id="tgm-post" type="radio" name="TabGuardPrompt" value="post" checked="checked"/><label for="tgm-post">__MSG_TabGuard_optPromptPost__</label>
|
||||
<input id="tgm-always" type="radio" name="TabGuardPrompt" value="always"/><label for="tgm-always">__MSG_TabGuard_optPromptAlways__</label>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue