aboutsummaryrefslogtreecommitdiffstats
path: root/pages/logging.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/logging.html')
-rw-r--r--pages/logging.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/logging.html b/pages/logging.html
index 2de04bce..409fa8e9 100644
--- a/pages/logging.html
+++ b/pages/logging.html
@@ -2,6 +2,7 @@
<head>
<title>Vimium Options</title>
<script src="content_script_loader.js"></script>
+ <script src="logging.js"></script>
<style type="text/css">
body {
font: 14px "DejaVu Sans", "Arial", sans-serif;
@@ -32,6 +33,8 @@
<br />
<textarea id="log-text" readonly></textarea>
<br />
+ Version: <span id="vimiumVersion"></span><br />
+ Installed: <span id="installDate"></span>
</div>
</body>
</html>