Pārlūkot izejas kodu

Ajout toast carte suppr

Arthur Brandao 5 gadi atpakaļ
vecāks
revīzija
d3594d3020
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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) {