diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7895d14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +package-lock.json +venv/ +node_modules/ diff --git a/index.html b/index.html index b800d84..22d3a75 100644 --- a/index.html +++ b/index.html @@ -198,8 +198,6 @@ custom_scroller_menu(document.scrollingElement, document.getElementById("menubar return "http://wiki.erg.be/mw/index.php/"+encodeURI(title.replace(/ /g, "_")); } window.addEventListener("DOMContentLoaded", doload); - - +