diff options
| author | Stephen Blott | 2014-12-21 16:07:29 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-21 16:07:29 +0000 | 
| commit | 6f755c4cf456be3671936bd195bf56cf02f3e75f (patch) | |
| tree | 510266fd8f90f61a46d82ec119f24652037a5e25 /pages/options.html | |
| parent | 3aeb8517d0dd5f9a530e99db662a4945132cf436 (diff) | |
| download | vimium-6f755c4cf456be3671936bd195bf56cf02f3e75f.tar.bz2 | |
Exclusion; move exclusion HTML to separate, shared page.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 17 | 
1 files changed, 1 insertions, 16 deletions
| diff --git a/pages/options.html b/pages/options.html index 9a0368a3..e54d1c2f 100644 --- a/pages/options.html +++ b/pages/options.html @@ -23,23 +23,8 @@                </div>              </div>              <div> -              <!-- Warning: There is an almost exact copy of exclusionScrollBox in popup.html.  Changes here -                   may have to propagated to there too. -->                 <div id="exclusionScrollBox"> -                  <table id="exclusionRules"> -                     <tr> -                        <td><span class="exclusionHeaderText">Patterns</span></td> -                        <td><span class="exclusionHeaderText">Keys</span></td> -                     </tr> -                  </table> -                  <template id="exclusionRuleTemplate"> -                     <tr class="exclusionRuleTemplateInstance"> -                        <td><input/ type="text" class="pattern" placeholder="URL pattern"></td> -                        <td class="exclusionRulePassKeys"><input/ type="text" class="passKeys" placeholder="Exclude keys"></td> -                        <td class="exclusionRemoveButton"> -                          <input/ type="button" class="exclusionRemoveButtonButton" value="✖"></td> -                     </tr> -                  </template> +                  <!-- Populated by options.coffee. -->                 </div>                 <button id="exclusionAddButton">Add Rule</button>              </div> | 
