diff --git a/src/scripts/tutti/5_notifications_toastr.js b/src/scripts/tutti/5_0_notifications_toastr.js similarity index 99% rename from src/scripts/tutti/5_notifications_toastr.js rename to src/scripts/tutti/5_0_notifications_toastr.js index f48cb73d..0945369c 100644 --- a/src/scripts/tutti/5_notifications_toastr.js +++ b/src/scripts/tutti/5_0_notifications_toastr.js @@ -474,3 +474,4 @@ window.toastr = factory(window.jQuery); } })); + diff --git a/src/scripts/tutti/5_notifications.js b/src/scripts/tutti/5_1_notifications.js similarity index 98% rename from src/scripts/tutti/5_notifications.js rename to src/scripts/tutti/5_1_notifications.js index e1831ee4..63b9c86c 100644 --- a/src/scripts/tutti/5_notifications.js +++ b/src/scripts/tutti/5_1_notifications.js @@ -327,3 +327,8 @@ function getNotificationsLoop() { getNotificationsLoop(); }, 30000); } + +/* Notifications: Toastr Defaults */ +toastr.options.showDuration = 50; +toastr.options.progressBar = true; +toastr.options.positionClass = 'toast-bottom-left';