Sha256: f88f019a9e5f3444c6335cfc11033656fa7a4e711aef4a2eb70763e73ee36f5a

Contents?: true

Size: 208 Bytes

Versions: 144

Compression:

Stored size: 208 Bytes

Contents

export default function showToasts() {
  const toasts = document.querySelectorAll('.toast');

  for (let i = 0; i < toasts.length; i++) {
    var toast = new bootstrap.Toast(toasts[i])
    toast.show()
  }
}

Version data entries

144 entries across 144 versions & 1 rubygems

Version Path
good_job-4.8.2 app/frontend/good_job/modules/toasts.js
good_job-4.8.1 app/frontend/good_job/modules/toasts.js
good_job-4.8.0 app/frontend/good_job/modules/toasts.js
good_job-4.7.0 app/frontend/good_job/modules/toasts.js
good_job-4.6.0 app/frontend/good_job/modules/toasts.js
good_job-4.5.1 app/frontend/good_job/modules/toasts.js
good_job-4.5.0 app/frontend/good_job/modules/toasts.js
good_job-4.4.2 app/frontend/good_job/modules/toasts.js
good_job-4.4.1 app/frontend/good_job/modules/toasts.js
good_job-4.4.0 app/frontend/good_job/modules/toasts.js
good_job-4.3.0 app/frontend/good_job/modules/toasts.js
good_job-4.2.1 app/frontend/good_job/modules/toasts.js
good_job-4.2.0 app/frontend/good_job/modules/toasts.js
good_job-4.1.1 app/frontend/good_job/modules/toasts.js
good_job-4.1.0 app/frontend/good_job/modules/toasts.js
good_job-3.99.1 app/frontend/good_job/modules/toasts.js
good_job-4.0.3 app/frontend/good_job/modules/toasts.js
good_job-4.0.2 app/frontend/good_job/modules/toasts.js
good_job-4.0.1 app/frontend/good_job/modules/toasts.js
good_job-4.0.0 app/frontend/good_job/modules/toasts.js