summary refs log tree commit diff
path: root/tail.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-21 15:09:38 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-21 15:09:38 +0200
commitec4c08d91081de6d9c7404742c70a94cea250dce (patch)
treed8279f6196ec2f4d94d86aa6138a568989367fd6 /tail.html
parent5cc948cbe8f1e36c61f4e224a5ad74a8a975dbfd (diff)
html snippets
Diffstat (limited to 'tail.html')
-rw-r--r--tail.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/tail.html b/tail.html
new file mode 100644
index 0000000..53ca8ca
--- /dev/null
+++ b/tail.html
@@ -0,0 +1,11 @@
+    <script>
+      function show_vertical_menu() {
+        document.getElementById("menu").style.display = "none"
+        items = document.getElementsByClassName("item")
+        for (i = 0; i < items.length; i++) {
+          items[i].style.display = "block"
+        }
+      }
+    </script>
+  </body>
+</html>