activate modal on events app card, add class for user
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user