aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/popup.html b/popup.html
index 1eba021..8feede0 100644
--- a/popup.html
+++ b/popup.html
@@ -10,8 +10,8 @@
<div class="disabled"><span data-show="disabled" style="display: none;">Disabled</span></div>
<button id="toggle-disabled"><span data-show="disabled" style="display:none">Enable Redirector</span><span data-show="!disabled">Disable Redirector</span></button>
<button id="open-redirector-settings">Edit Redirects</button>
- <label><input id="enable-logging" type="checkbox" data-bind="logging" /> Enable logging</label>
- <label><input id="enable-notifications" type="checkbox" data-bind="enableNotifications" /> Enable notifications</label>
+ <label><input id="enable-logging" type="checkbox" data-bind="logging" /> <span>Enable logging</span></label>
+ <label><input id="enable-notifications" type="checkbox" data-bind="enableNotifications" /> <span>Enable notifications</span></label>
<script src="js/stub.js"></script>
<script src="js/util.js"></script>
<script src="js/popup.js"></script>