diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2019-12-12 15:06:56 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2019-12-12 15:06:56 +0000 |
commit | 8ca4e7c6f7b9465b8dafdf8798bf609f9764ea0e (patch) | |
tree | 201383674a4804372b3db6fc9080af9bfb4656a7 /popup.html | |
parent | f118bd6bc5752d2e35fd6ca4dd1723607b33454a (diff) |
Added HistoryState type redirect
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ <div class="disabled"><span data-show="disabled" style="display: none;">Disabled</span></div> <button id="toggle-disabled"><span data-show="disabled" style="display:none">Enable Redirector</span><span data-show="!disabled">Disable Redirector</span></button> <button id="open-redirector-settings">Edit Redirects</button> - <label><input id="enable-logging" type="checkbox" data-bind="logging" /> Enable logging</label> - <label><input id="enable-notifications" type="checkbox" data-bind="enableNotifications" /> Enable notifications</label> + <label><input id="enable-logging" type="checkbox" data-bind="logging" /> <span>Enable logging</span></label> + <label><input id="enable-notifications" type="checkbox" data-bind="enableNotifications" /> <span>Enable notifications</span></label> <script src="js/stub.js"></script> <script src="js/util.js"></script> <script src="js/popup.js"></script> |