diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-01 06:39:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-01 06:39:46 -0500 |
| commit | 1dfdbf6d09c6b1b80011b98436daa010f10a7be3 (patch) | |
| tree | 44be4184ea36f3a92e2cff99420a15cbb06d993a /StoneIsland/www/js/lib/cart/CartView.js | |
| parent | 44ba111c40ce50f8634a7e9bb4316315274218cb (diff) | |
error / thanks styling
Diffstat (limited to 'StoneIsland/www/js/lib/cart/CartView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/cart/CartView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartView.js b/StoneIsland/www/js/lib/cart/CartView.js index 032b2fed..1b08e418 100644 --- a/StoneIsland/www/js/lib/cart/CartView.js +++ b/StoneIsland/www/js/lib/cart/CartView.js @@ -16,6 +16,7 @@ var CartView = View.extend({ this.thanks = new CartThanks ({ parent: this }) this.error = new CartError ({ parent: this }) + this.$steps = this.$(".steps") this.$full_msg = this.$(".full_msg") this.$empty_msg = this.$(".empty_msg") this.$itemcount = this.$(".itemcount") |
