Sha256: 75304cafe97b64d7b51a5b43ea3d8af2e288f022a99513cb654a4f817b4bdb2f
Contents?: true
Size: 344 Bytes
Versions: 13
Compression:
Stored size: 344 Bytes
Contents
$ -> if ($ 'form#update-cart').is('*') ($ 'form#update-cart a.delete').show().one 'click', -> ($ this).parents('.line-item').first().find('input.line_item_quantity').val 0 ($ this).parents('form').first().submit() false ($ 'form#update-cart').submit -> ($ 'form#update-cart #update-button').attr('disabled', true)
Version data entries
13 entries across 13 versions & 2 rubygems