Files
figureslibres.cc/user/plugins/admin/themes/grav/app/utils/toastr.js
T
2019-10-13 21:45:30 +02:00

7 lines
145 B
JavaScript

import toastr from 'toastr';
toastr.options.positionClass = 'toast-top-right';
toastr.options.preventDuplicates = true;
export default toastr;