mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Delete some other dead frontend code
This commit is contained in:
@@ -7,13 +7,3 @@ $ ->
|
||||
|
||||
($ 'form#update-cart').submit ->
|
||||
($ 'form#update-cart #update-button').attr('disabled', true)
|
||||
|
||||
|
||||
# Temporarily handles the cart showing stuff
|
||||
$(document).ready ->
|
||||
$('.cart_adjustment').hide()
|
||||
|
||||
$('td.cart-adjustments a').click ->
|
||||
$('.cart_adjustment').toggle()
|
||||
$(this).html(t('item_handling_fees'))
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user