Sfoglia il codice sorgente

Ajout toast carte suppr

Arthur Brandao 5 anni fa
parent
commit
d3594d3020
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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) {