Sha256: 0e8e46052aa894167f386a524383428c1cdb4e439e16afaf115d1a16ea6dd625

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

$('#item_table').replaceWith("<%= j(render template: 'shopping_cart/carts/_order_items') %>")
$('#mobile_item_table').replaceWith("<%= j(render template: 'shopping_cart/carts/_mobile_order_items') %>")
$('#summary_table').replaceWith("<%= j(render template: 'shopping_cart/carts/_order_summary') %>")
$('#cart_quantity').replaceWith("<%= j(render template: 'layouts/_cart_quantity') %>")
$('#mobile_cart_quantity').replaceWith("<%= j(render template: 'layouts/_mobile_cart_quantity') %>")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/views/shopping_cart/order_items/destroy.js.erb
loker-shopping-cart-0.1.2 app/views/shopping_cart/order_items/destroy.js.erb
loker-shopping-cart-0.1.1 app/views/shopping_cart/order_items/destroy.js.erb