activate modal on events app card, add class for user

This commit is contained in:
marko
2022-07-03 19:39:51 +02:00
parent 5903f65185
commit fd62691c17
4 changed files with 96 additions and 17 deletions

View File

@@ -19,12 +19,12 @@ include_once("events.inc.php");
// specify options here
});
});
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.modal');
var instances = M.Modal.init(elems, {
// specify options here
});
});
// document.addEventListener('DOMContentLoaded', function() {
// var elems = document.querySelectorAll('.modal');
// var instances = M.Modal.init(elems, {
// // specify options here
// });
// });
// Open the given modal
document.addEventListener('DOMContentLoaded', function () {