aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorGokulakrishna <gokulakrishnaks@gmail.com>2018-05-20 11:13:13 +0530
committerGokulakrishna <gokulakrishnaks@gmail.com>2018-05-20 11:13:21 +0530
commitd9d3600be3cf3aff551e5a8e4acb38239a0507be (patch)
treee940ecdb2db6a509f7ec0ee8b4c322050038762e /popup.html
parentd44b612964ef4890bbb766816d484c45cc2d71a8 (diff)
Notifications for successful redirects. Closes #72 feature request
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/popup.html b/popup.html
index 90407a3..abdb170 100644
--- a/popup.html
+++ b/popup.html
@@ -12,6 +12,8 @@
<div class="disabled"><span ng-show="disabled">Disabled</span></div>
<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>
+ <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>