Added admin sites
This commit is contained in:
+1
-6
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user