Login


Don’t have an account? Sign up

document.addEventListener('DOMContentLoaded', function () { const toastElList = [].slice.call(document.querySelectorAll('.toast')); toastElList.forEach(function (toastEl) { const toast = new bootstrap.Toast(toastEl); toast.show(); }); });