mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 09:19:16 +02:00
fmlist integration, new admin panel, bugfixes
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ function sendToast(type, title, message, persistent, important) {
|
||||
|
||||
// Create the toast element
|
||||
var $toast = $(`
|
||||
<div class="toast ${type} flex-container ${important ? 'important' : ''}" id="${toastId}">
|
||||
<div class="toast ${type} flex-container flex-phone ${important ? 'important' : ''}" id="${toastId}">
|
||||
<div class="toast-icon"><i class="fa-solid ${iconClass}"></i></div>
|
||||
<div>
|
||||
<div class="toast-title">${toastTitle}</div>
|
||||
|
||||
Reference in New Issue
Block a user