summaryrefslogtreecommitdiff
path: root/snippets/tail.html
diff options
context:
space:
mode:
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>