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() {