From 55aa9bf6878edb7c4986c075daee7b201c3af478 Mon Sep 17 00:00:00 2001 From: Mathijs Date: Mon, 16 Jan 2023 20:24:04 +0100 Subject: [PATCH] js fix --- 404.html | 20 +++++--------------- assets/js/mrl.js | 8 ++++++++ assets/mrl.js | 0 index.html | 12 +----------- robots.txt | 0 5 files changed, 14 insertions(+), 26 deletions(-) create mode 100644 assets/js/mrl.js delete mode 100644 assets/mrl.js mode change 100644 => 100755 robots.txt diff --git a/404.html b/404.html index bc3384a..7f5cafd 100755 --- a/404.html +++ b/404.html @@ -29,6 +29,7 @@ + @@ -83,25 +84,14 @@
- - \ No newline at end of file diff --git a/assets/js/mrl.js b/assets/js/mrl.js new file mode 100644 index 0000000..ea1e44a --- /dev/null +++ b/assets/js/mrl.js @@ -0,0 +1,8 @@ +function hamburgermenuknopje() { + var x = document.getElementById('main_menu_01'); + if (x.style.display === "block") { + x.style.display = "none"; + } else { + x.style.display = "block"; + } + } \ No newline at end of file diff --git a/assets/mrl.js b/assets/mrl.js deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index 4188f0c..7ef21c4 100755 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ + @@ -98,15 +99,4 @@ - - \ No newline at end of file diff --git a/robots.txt b/robots.txt old mode 100644 new mode 100755