Sha256: 3bcc2f0b7afb1866cadd6c97b90b222dfd6303801656b7afaa46df54fdf45e5d
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
Spree.ready(function() { var searchIcons = document.querySelectorAll('#nav-bar .search-icons')[0] if (searchIcons !== undefined) { searchIcons.addEventListener( 'click', function() { document.querySelector('.header-spree').classList.add('above-overlay') document.getElementById('overlay').classList.add('shown') document.getElementById('search-dropdown').classList.add('shown') document.querySelector('#search-dropdown input').focus() }, false ) } })
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_frontend-4.1.0.rc2 | app/assets/javascripts/spree/frontend/views/spree/shared/nav_bar.js |
spree_frontend-4.1.0.rc1 | app/assets/javascripts/spree/frontend/views/spree/shared/nav_bar.js |