소스 검색

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) {