aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup.html
diff options
context:
space:
mode:
authorStephen Blott2017-12-14 12:41:26 +0000
committerStephen Blott2017-12-14 12:41:26 +0000
commita1116f10712bf5de4ec0e2f275e402bc3b3020bc (patch)
tree0b0033a3aa8ac1a7c4bb2d23e1416019d7528a5d /pages/popup.html
parent797e25231b306403167f5a3f90d6cea6d9ba6dda (diff)
downloadvimium-a1116f10712bf5de4ec0e2f275e402bc3b3020bc.tar.bz2
Include the version number on the popup.
Put the 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..8251a3b5 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">
+ Version number: <span id="versionNumber"></span>, <a id="optionsLink" target="_blank" tabindex="99999">Options</a>
+ </span>
</td>
<td valign="top">
<button id="exclusionAddButton">Add Rule</button>