Parcourir la source

Ajout toast carte suppr

Arthur Brandao il y a 5 ans
Parent
commit
d3594d3020
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/index.html

+ 3 - 0
src/index.html

@@ -191,6 +191,9 @@
                 }
                 // Remove card on the DOM
                 card[2].remove();
+                M.toast({
+                    html: 'Carte supprimées',
+                });
             }
 
             function pageLoader(active) {