Native alerts to toasts

This commit is contained in:
SillyLossy
2023-05-21 23:15:57 +03:00
parent b9d196b451
commit 6b3bcb6f23
4 changed files with 13 additions and 13 deletions

View File

@@ -204,7 +204,7 @@ async function showKudos() {
}
console.log('Horde user data', data);
toastr.info(`${data.username}<br>Kudos: ${data.kudos}`);
toastr.info(`Kudos: ${data.kudos}`, data.username);
}
jQuery(function () {