Sha256: a437a37f5d91ad8363b627528ee9444685aaada7273570d7e7c36b97af305bd6
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
document.addEventListener('turbo:load', function () { $('#product-description-arrow').click(function () { document.getElementById('product-description-long').classList.remove('d-none') document.getElementById('product-description-short').classList.add('d-none') document.getElementById('product-description-arrow').classList.remove('d-flex') document.getElementById('product-description-arrow').classList.add('d-none') }) })
Version data entries
3 entries across 3 versions & 1 rubygems