浏览代码

Ajout toast carte suppr

Arthur Brandao 5 年之前
父节点
当前提交
d3594d3020
共有 1 个文件被更改,包括 3 次插入0 次删除
  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) {