Sha256: 8934fdb02520ad584baba040a770d447845e8c47beabeca0f424593f111fd7bb
Contents?: true
Size: 278 Bytes
Versions: 21
Compression:
Stored size: 278 Bytes
Contents
(() => { const elements = [].slice.call(document.querySelectorAll('.toast')); const toasts = elements.map(function (element) { return new bootstrap.Toast(element, { animation: true, autohide: true, delay: 10000 }) }); toasts.forEach((toast) => toast.show()); })();
Version data entries
21 entries across 21 versions & 1 rubygems