diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-07 16:14:16 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-07 16:14:16 +0100 |
| commit | 3bd704dd83f55a038b1eac699ecdf1fa3bbf8123 (patch) | |
| tree | 0c39b0649eeda9e45417570c0ef7b36aaa68663a /StoneIsland/www/js/lib/cart/CartShipping.js | |
| parent | f32930fac442c7948132844a9648879fbd62bab2 (diff) | |
fixing weirdness
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartShipping.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/cart/CartShipping.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartShipping.js b/StoneIsland/www/js/lib/cart/CartShipping.js index 1f60307e..fd227324 100755 --- a/StoneIsland/www/js/lib/cart/CartShipping.js +++ b/StoneIsland/www/js/lib/cart/CartShipping.js @@ -30,6 +30,7 @@ var CartShipping = FormView.extend({ app.cart.el.className = "shipping" app.footer.show("PAYMENT >") window.location.hash = "#/cart/shipping" + app.view = this this.populate() this.deferScrollToTop() }, |
