diff options
author | papush | 2021-08-29 16:08:10 +0200 |
---|---|---|
committer | papush | 2021-08-29 16:08:10 +0200 |
commit | 918c3466e0254519fb4cdf7f8ad4bdc902054063 (patch) | |
tree | d2ced99c11b8f63fac2919e7354c7a3abc2043d3 /chrome/redirector.html | |
parent | 6011221d0246ba587b412a8bd2047b53a067a542 (diff) |
remove the non-functional and mostly pointless "configure" menu
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index a1e6525..48f1948 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -11,7 +11,6 @@ <h5>Go where <em>YOU</em> want!</h5> <div id="actions"> <button id="new-redirect">New Redirect...</button> - <button id="configure">Configure</button> <button id="import">Import</button> <button id="export">Export</button> <button id="help">Help</button> @@ -21,21 +20,11 @@ <div><span class="disabled">Disabled</span> Redirect: <span class="pattern">pattern</span> to <span class="redirectTo"></span></div> <div>Example: <span class="exampleUrl"></span> becomes <span class="redirectResult"></span></div> <div> - <a class="edit" href="#edit">Edit</a> + <a class="edit" href="#edit">Edit</a> <a class="delete" href="#delete">Delete</a> </div> </li> </ul> - <div id="config" class="dialog"> - <h2>Configuration</h2> - <input type="checkbox" id="enable-redirector" data-pref="enabled" /><label>Enabled</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-debug-output" data-pref="debugEnabled"/><label>Debug output</label><br /> - <div class="button-row"> - <button id="close">Close</button> - </div> - </div> <div id="redirect-form" class="dialog"> <div> <label>Description</label> |