diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 21:20:15 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 21:20:15 -0500 |
| commit | 6f8efbee0a9aac63e2644f4b0c435740fcce572b (patch) | |
| tree | 172b5cebe47d071355f00132bca6f7de0c71356d /StoneIsland/www | |
| parent | 61bbd7702f6d8f750cee532ba372c1321562cbc8 (diff) | |
order info
Diffstat (limited to 'StoneIsland/www')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartSummary.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartSummary.js b/StoneIsland/www/js/lib/cart/CartSummary.js index 0240e050..fea0228c 100644 --- a/StoneIsland/www/js/lib/cart/CartSummary.js +++ b/StoneIsland/www/js/lib/cart/CartSummary.js @@ -64,6 +64,9 @@ var CartSummary = ScrollableView.extend({ var size_id = item['Size'] var $el = $("<div>").addClass("cart_item_row") + $el.html("<img src='img/spinner.gif'>") + this.$rows.append($el) + $el.data({ code: code_ten, size: size_id, |
