aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup.html
diff options
context:
space:
mode:
authorStephen Blott2017-12-15 10:19:46 +0000
committerGitHub2017-12-15 10:19:46 +0000
commitcbea71f4a41774ef91c384dc679f49d423f6c03b (patch)
treec65cad5196431e2bb83c1aa3f09987cc997de35c /pages/popup.html
parent3adf7385fe1cd5e9c3c3ac79f2b6cf4f2c55d99c (diff)
parentf184a34c692cfe1c1e6e2325989bea4dda518f87 (diff)
downloadvimium-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.html4
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>