Updated product management to use newer materialize libraries

This commit is contained in:
Brian McGonagill 2024-07-23 12:01:33 -05:00
parent df3eb4ff08
commit 27b3c82faf
7 changed files with 65 additions and 83 deletions

View file

@ -71,8 +71,5 @@ Template.listItemsTbl.events({
Session.set("method", "delete.listItem");
Session.set("item", this.itemName);
Session.set("view", "List Items");
// put the new modal js here
// $('#modalDelete').modal('open');
},
});