Set Toastr defaults
This commit is contained in:
parent
85f2c6093d
commit
a9c506c290
@ -474,3 +474,4 @@
|
|||||||
window.toastr = factory(window.jQuery);
|
window.toastr = factory(window.jQuery);
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
@ -327,3 +327,8 @@ function getNotificationsLoop() {
|
|||||||
getNotificationsLoop();
|
getNotificationsLoop();
|
||||||
}, 30000);
|
}, 30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Notifications: Toastr Defaults */
|
||||||
|
toastr.options.showDuration = 50;
|
||||||
|
toastr.options.progressBar = true;
|
||||||
|
toastr.options.positionClass = 'toast-bottom-left';
|
Loading…
x
Reference in New Issue
Block a user