aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2010-03-07 17:31:32 -0800
committerPhil Crosby2010-03-07 22:50:32 -0800
commitc1a94a80815ea619ae01977c0e30e53113bb4a9e (patch)
tree1774faf63e855931043e1df0e4d99f731b6d6a87 /background_page.html
parentfea74e5cef3ccbfb2c3c581b289f02cd8d8a0a05 (diff)
downloadvimium-c1a94a80815ea619ae01977c0e30e53113bb4a9e.tar.bz2
Display the current version in the help dialog. Hide link to homepage.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index ab76e59e..082c38ea 100644
--- a/background_page.html
+++ b/background_page.html
@@ -161,6 +161,7 @@
for (var group in commandGroups)
dialogHtml = dialogHtml.replace("{{" + group + "}}",
helpDialogHtmlForCommandGroup(group, commandsToKey, availableCommands));
+ dialogHtml = dialogHtml.replace("{{version}}", currentVersion);
return dialogHtml;
}