diff options
| author | Stephen Blott | 2017-12-15 10:19:46 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-15 10:19:46 +0000 |
| commit | cbea71f4a41774ef91c384dc679f49d423f6c03b (patch) | |
| tree | c65cad5196431e2bb83c1aa3f09987cc997de35c /pages/popup.html | |
| parent | 3adf7385fe1cd5e9c3c3ac79f2b6cf4f2c55d99c (diff) | |
| parent | f184a34c692cfe1c1e6e2325989bea4dda518f87 (diff) | |
| download | vimium-cbea71f4a41774ef91c384dc679f49d423f6c03b.tar.bz2 | |
Merge pull request #2870 from smblott-github/version-number-in-popup
Include the Vimium version number in the popup.
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/popup.html b/pages/popup.html index 03c466d6..971ac04e 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -69,7 +69,9 @@ <td id="stateLine" style="width: 99%"> <span id="helpText">These are the rules matching this page.</span> <br/> - <a id="optionsLink" target="_blank" tabindex="99999">Options</a> + <span id="versionAndOptions"> + <a id="optionsLink" target="_blank" tabindex="99999">Options</a> (version <span id="versionNumber"></span>). + </span> </td> <td valign="top"> <button id="exclusionAddButton">Add Rule</button> |
