diff options
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |