Added admin sites

This commit is contained in:
Frederikmillingpytlick
2020-06-15 08:56:21 +02:00
parent 88b7012f69
commit e73e2aacdc
43 changed files with 674 additions and 151 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
document.addEventListener("DOMContentLoaded", function(){
// Handler when the DOM is fully loaded
start();
});
function start() {
function startMenu() {
document.getElementById ('toggle').addEventListener ('click', toggleMenu, false);
}