Set Toastr defaults
This commit is contained in:
@@ -474,3 +474,4 @@
|
||||
window.toastr = factory(window.jQuery);
|
||||
}
|
||||
}));
|
||||
|
@@ -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';
|
Reference in New Issue
Block a user