diff options
| author | Stephen Blott | 2017-10-29 06:16:26 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2017-10-29 06:18:31 +0000 | 
| commit | 725377ec407cc300793026283180191ea370b410 (patch) | |
| tree | 91cd21d830feda20c375c4d51aa6a97aeb205c17 /pages/options.html | |
| parent | 098d24d87f0a92ace37e8ebb1c4fb032b7c08d4c (diff) | |
| download | vimium-725377ec407cc300793026283180191ea370b410.tar.bz2 | |
Hide "Download Backup" Link.
On Chrome, this text was becoming visible when the "Create Backup"
button was pressed.
Mention @mrmr1993: you might want to check this in FF.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/options.html b/pages/options.html index 79cb0999..2e170cb3 100644 --- a/pages/options.html +++ b/pages/options.html @@ -327,7 +327,7 @@ b: http://b.com/?q=%s description                    </div>                  </div>                <input id="backupButton" type="button" value="Create Backup" /> -              <a id="backupLink" style="display: none" download="vimium-options.json">Download Backup</span> +              <a id="backupLink" style="display: none" download="vimium-options.json"></a>              </td>            </tr>            <tr> | 
