diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-06-07 22:30:34 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-06-07 22:30:34 +0000 |
commit | 4d9993f230c59f8a97767599b1d81eeeac3d35ec (patch) | |
tree | 08ee55716496968e75a491e57ef2f40033853fe6 /chrome/redirector.html | |
parent | 2a7890307dd002d19013bb4904ce1a75e3f01e24 (diff) |
Fix toolbar issues
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 632b5d2..d03f0b1 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -31,8 +31,6 @@ <div id="config" class="dialog"> <h2>Settings</h2> <input type="checkbox" id="enable-redirector" data-pref="enabled" /><label>Enable</label><br /> - <!-- <input type="checkbox" id="show-status-bar-icon" data-pref="showStatusBarIcon"/><label>Statusbar icon</label><br /> --> - <input type="checkbox" id="show-context-menu" data-pref="showContextMenu"/><label>Context menu</label><br /> <input type="checkbox" id="enable-shortcut-key" data-pref="enableShortcutKey"/><label>Toggle via Alt-r</label><br /> <input type="checkbox" id="enable-debug-output" data-pref="debugEnabled"/><label>Debug output</label><br /> <div class="button-row"> |