diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2018-08-17 10:41:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 10:41:58 +0000 |
commit | 506f78a13124fdbe5e33485dbd0b079cd8fffd47 (patch) | |
tree | 0e269965cc77f6b78c4b8821c910518c259ab414 /popup.html | |
parent | 005cdf5953a165c5f117102382cd38ecb641fa2f (diff) | |
parent | 12c3df39097905f981a392dceaa93ac879813159 (diff) |
Merge pull request #120 from gkrishnaks/master
Typo correction in variable declaration, and closes feature requests #104, #86, #72 and fix for issue #115, updated excludeMatch() for faster regex check.
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |