summaryrefslogtreecommitdiff
path: root/snippets/tail.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-08-16 15:25:17 +0200
committerpdp8 <pdp8@pdp8.info>2023-08-16 15:25:17 +0200
commitac90ab7c69b35546135cacf9ed2ed98261047dac (patch)
tree0eac8141030f85525ec56dbee3dea90ea4a5c600 /snippets/tail.html
parenta3ab009e96db2269dcf3f6dd1c103aa885186ee4 (diff)
mail and social
Diffstat (limited to 'snippets/tail.html')
-rw-r--r--snippets/tail.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/snippets/tail.html b/snippets/tail.html
deleted file mode 100644
index 53ca8ca..0000000
--- a/snippets/tail.html
+++ /dev/null
@@ -1,11 +0,0 @@
- <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>