summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--StoneIsland/www/js/lib/cart/CartSummary.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/cart/CartSummary.js b/StoneIsland/www/js/lib/cart/CartSummary.js
index 800ac3a6..d8619990 100644
--- a/StoneIsland/www/js/lib/cart/CartSummary.js
+++ b/StoneIsland/www/js/lib/cart/CartSummary.js
@@ -1,12 +1,12 @@
var CartSummary = ScrollableView.extend({
- el: "#summary",
+ el: "#cart_summary",
events: {
},
initialize: function(){
- this.scroller = new IScroll('#summary', app.iscroll_options)
+ this.scroller = new IScroll('#cart_summary', app.iscroll_options)
},
show: function(){