From 9e86fadd393efa2156d1df0794555995f652f543 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Tue, 29 Sep 2020 02:15:11 -0400 Subject: [PATCH] side menu place-holder --- public/index.html | 31 +++++++++++++++++++++++++++++++ public/js/index.js | 3 +++ 2 files changed, 34 insertions(+) diff --git a/public/index.html b/public/index.html index fff7fa0..dba20e7 100644 --- a/public/index.html +++ b/public/index.html @@ -23,6 +23,7 @@
+ +
diff --git a/public/js/index.js b/public/js/index.js index e016d1a..d02ffcd 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -165,6 +165,9 @@ Litedom({ // [M]aterial modal let modal = document.querySelector('#detailsModal'); M.Modal.init(modal, {}); + + var sidebar = document.querySelectorAll('.sidenav'); + M.Sidenav.init(sidebar, {}); }, removed() {}, populate() {