Loading js/Client/flashMessenger.js +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ function toast(message, severity) { // Création et affichage du toast avec bootstrap const options = { animation: true, delay: 5000, delay: severity === 'warning' ? 15000 : 5000, autohide: severity !== 'error' }; let bsToast = new bootstrap.Toast(toast, options); Loading Loading
js/Client/flashMessenger.js +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ function toast(message, severity) { // Création et affichage du toast avec bootstrap const options = { animation: true, delay: 5000, delay: severity === 'warning' ? 15000 : 5000, autohide: severity !== 'error' }; let bsToast = new bootstrap.Toast(toast, options); Loading