Sha256: f88f019a9e5f3444c6335cfc11033656fa7a4e711aef4a2eb70763e73ee36f5a

Contents?: true

Size: 208 Bytes

Versions: 148

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

148 entries across 148 versions & 1 rubygems

Version Path
good_job-3.18.0 app/frontend/good_job/modules/toasts.js
good_job-3.17.4 app/frontend/good_job/modules/toasts.js
good_job-3.17.3 app/frontend/good_job/modules/toasts.js
good_job-3.17.2 app/frontend/good_job/modules/toasts.js
good_job-3.17.1 app/frontend/good_job/modules/toasts.js
good_job-3.17.0 app/frontend/good_job/modules/toasts.js
good_job-3.16.4 app/frontend/good_job/modules/toasts.js
good_job-3.16.3 app/frontend/good_job/modules/toasts.js
good_job-3.16.2 app/frontend/good_job/modules/toasts.js
good_job-3.16.1 app/frontend/good_job/modules/toasts.js
good_job-3.16.0 app/frontend/good_job/modules/toasts.js
good_job-3.15.14 app/frontend/good_job/modules/toasts.js
good_job-3.15.13 app/frontend/good_job/modules/toasts.js
good_job-3.15.12 app/frontend/good_job/modules/toasts.js
good_job-3.15.11 app/frontend/good_job/modules/toasts.js
good_job-3.15.10 app/frontend/good_job/modules/toasts.js
good_job-3.15.9 app/frontend/good_job/modules/toasts.js
good_job-3.15.8 app/frontend/good_job/modules/toasts.js
good_job-3.15.7 app/frontend/good_job/modules/toasts.js
good_job-3.15.6 app/frontend/good_job/modules/toasts.js