mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
Implemented simlified shop flow.
This commit is contained in:
5
app/assets/javascripts/store/shop_front.js.coffee
Normal file
5
app/assets/javascripts/store/shop_front.js.coffee
Normal file
@@ -0,0 +1,5 @@
|
||||
$(document).ready ->
|
||||
$("#order_order_cycle_id").change -> $("#order_cycle_select").submit()
|
||||
$("#reset_order_cycle").click -> return false unless confirm "Performing this action will clear your cart."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user