From c97e6889761240545fec6e18845c015c962a71d0 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 10 Aug 2024 22:41:12 +0200 Subject: [PATCH] [mirotalk] - fix typo --- public/js/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/client.js b/public/js/client.js index 99500bbd..63a3958d 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -10578,7 +10578,8 @@ function userLog(type, message, timer = 3000) { timerProgressBar: true, }); Toast.fire({ - html: message, + icon: 'info', + title: message, showClass: { popup: 'animate__animated animate__fadeInDown' }, hideClass: { popup: 'animate__animated animate__fadeOutUp' }, });