Sha256: d0de02c50270b3e46f9fee55070c85fb4967727be1d8ee82e626d65f8a82f0d3
Contents?: true
Size: 408 Bytes
Versions: 2
Compression:
Stored size: 408 Bytes
Contents
$(document).ready $('#retrieve_bronto_list').click(-> $.getScript '/admin/bronto_lists/get_lists?list_id=' + $('#bronto_list_list_id').val() + '&store_id=' + $('#bronto_list_store_id').val() return ) $(document).ready $('#bronto_list_store_id').change(-> $.getScript '/admin/bronto_lists/get_lists?list_id=' + $('#bronto_list_list_id').val() + '&store_id=' + $('#bronto_list_store_id').val() return )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_bronto-3.pre.0.pre.stable | app/assets/javascripts/spree/frontend/bronto_list.js.coffee |
spree_bronto-3.0.0 | app/assets/javascripts/spree/frontend/bronto_list.js.coffee |