mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated product management to use newer materialize libraries
This commit is contained in:
parent
df3eb4ff08
commit
27b3c82faf
7 changed files with 65 additions and 83 deletions
|
|
@ -26,7 +26,7 @@ Template.deleteConfirmationModal.events({
|
|||
if (err) {
|
||||
console.log(" ERROR deleting item from modal: " + err);
|
||||
} else {
|
||||
// console.log(" SUCCESSFULLY deleted.");
|
||||
console.log(" SUCCESSFULLY deleted.");
|
||||
// put the new modal open / close here
|
||||
// $('#modalDelete').modal('close');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue