aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-08-17 10:51:58 +0000
committerEinar Egilsson <einar@einaregilsson.com>2018-08-17 10:51:58 +0000
commit0f9039874cb2f59822584197e964a294680821cb (patch)
tree2a7d122d6071beb2f59e71726dfda0a111d14fc6 /popup.html
parent506f78a13124fdbe5e33485dbd0b079cd8fffd47 (diff)
Minor cosmetic fixes
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/popup.html b/popup.html
index abdb170..6edcf06 100644
--- a/popup.html
+++ b/popup.html
@@ -13,7 +13,6 @@
<button ng-click="toggleDisabled()">{{disabled ? 'Enable Redirector' : 'Disable Redirector'}}</button>
<button ng-click="openRedirectorSettings()">Edit Redirects</button>
<label><input type="checkbox" ng-model="logging" ng-click="toggleLogging()" /> Logging enabled</label>
- <br/>
<label><input type="checkbox" ng-model="enableNotifications" ng-click="toggleNotifications()" /> Enable Notifications</label>
</body>
</html>