Sha256: 2879e0f1e26dd2a8aa4d264c1fd2db820dc0da0f7507b50dcfc8727bb430b032
Contents?: true
Size: 757 Bytes
Versions: 42
Compression:
Stored size: 757 Bytes
Contents
import './cable_ready' import './turbo_rails' import './rollbar' import './bootstrap' import './tooltips' import 'trix' import '@rails/actiontext' // function bindListingClick () { // document.body.onclick = (ev) => { // if (ev.target.closest('a')) return // if (ev.target.closest('.listado')) { // const row = ev.target.closest('tr') // if (row) { // const show = row.querySelector('.bi-eye-fill') // if (show) { // const link = show.closest('a') // if (link) { // link.click() // } // } // } // } // } // } // bindListingClick() // document.addEventListener('turbo:load', bindListingClick) // document.addEventListener('turbo:render', bindListingClick)
Version data entries
42 entries across 42 versions & 1 rubygems