Sha256: 158fd9242b761760ad6bb761e1f82ca5c8615393fd1add53a7683eb328eba38c
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
Spree.ready(function ($) { var currencySelect = $('#currency-select select') if (currencySelect.length) { currencySelect.on('change', function () { currencySelect.attr('disabled') Spree.showProgressBar() window.location = Spree.routes.set_currency(this.value) }) } })
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_frontend-4.2.0 | app/assets/javascripts/spree/frontend/currency.js |