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-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
good_job-3.99.0 app/frontend/good_job/modules/toasts.js
good_job-3.30.1 app/frontend/good_job/modules/toasts.js
good_job-3.30.0 app/frontend/good_job/modules/toasts.js
good_job-3.29.5 app/frontend/good_job/modules/toasts.js
good_job-3.29.4 app/frontend/good_job/modules/toasts.js
good_job-3.29.3 app/frontend/good_job/modules/toasts.js
good_job-3.28.2 app/frontend/good_job/modules/toasts.js
good_job-3.28.1 app/frontend/good_job/modules/toasts.js
good_job-3.28.0 app/frontend/good_job/modules/toasts.js
good_job-3.27.4 app/frontend/good_job/modules/toasts.js
good_job-3.27.3 app/frontend/good_job/modules/toasts.js
good_job-3.27.2 app/frontend/good_job/modules/toasts.js
good_job-3.27.1 app/frontend/good_job/modules/toasts.js
good_job-3.27.0 app/frontend/good_job/modules/toasts.js
good_job-3.26.2 app/frontend/good_job/modules/toasts.js
good_job-3.26.1 app/frontend/good_job/modules/toasts.js