summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/cart/CartPayment.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-28 13:54:07 -0500
committerJules Laplace <jules@okfoc.us>2015-11-28 15:06:27 -0500
commit5374ce4ed870a5b007c21a880ffc0134dc676d89 (patch)
treeae8d3bacd40689b5644577022038e6d49997c331 /StoneIsland/www/js/lib/cart/CartPayment.js
parentf10c834c2a33bfd0543dd0180f42df976943ed3a (diff)
toggle address form on cart
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartPayment.js')
-rw-r--r--StoneIsland/www/js/lib/cart/CartPayment.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartPayment.js b/StoneIsland/www/js/lib/cart/CartPayment.js
index acbd8380..8412f35d 100644
--- a/StoneIsland/www/js/lib/cart/CartPayment.js
+++ b/StoneIsland/www/js/lib/cart/CartPayment.js
@@ -25,6 +25,7 @@ var CartPayment = FormView.extend({
document.body.className = "cart"
app.cart.el.className = "payment"
app.footer.show("CONFIRM &gt;", "CANCEL")
+ window.location.hash = "#/cart/payment"
this.deferScrollToTop()