aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2017-11-22 21:48:05 +0000
committerEinar Egilsson <einar@einaregilsson.com>2017-11-22 21:48:05 +0000
commitdaa74a164f24e3850c30018626547921e7a3f23c (patch)
tree9eb7140b91530d3afc27505c20018a5d3e7c53a5 /popup.html
parent31fc24fdf7220be8147ff8e0e9a8f33af0b43880 (diff)
Logging setting
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/popup.html b/popup.html
index db72080..90407a3 100644
--- a/popup.html
+++ b/popup.html
@@ -11,6 +11,7 @@
<h1>REDIRECTOR</h1>
<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>
+ <button ng-click="openRedirectorSettings()">Edit Redirects</button>
+ <label><input type="checkbox" ng-model="logging" ng-click="toggleLogging()" /> Logging enabled</label>
</body>
</html>