summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/nav/HeaderView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-10 22:10:24 -0600
committerJules Laplace <jules@okfoc.us>2015-12-10 22:10:24 -0600
commit2fd41f4e25e27646bbebae29656a98817f1afc31 (patch)
tree2c56a8c34069d515d0b16a8fb050b9e4dfeeeb30 /StoneIsland/www/js/lib/nav/HeaderView.js
parent015b58ff6845b5cb79b13fec109a37b4c10c7813 (diff)
mode 755HEADmaster
Diffstat (limited to 'StoneIsland/www/js/lib/nav/HeaderView.js')
-rwxr-xr-x[-rw-r--r--]StoneIsland/www/js/lib/nav/HeaderView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/nav/HeaderView.js b/StoneIsland/www/js/lib/nav/HeaderView.js
index b2f01208..73fe106d 100644..100755
--- a/StoneIsland/www/js/lib/nav/HeaderView.js
+++ b/StoneIsland/www/js/lib/nav/HeaderView.js
@@ -45,7 +45,7 @@ var HeaderView = View.extend({
count: 0,
set_cart_count: function(n){
this.count = n
- this.$cart_count.html(n || " ")
+ this.$cart_count.html(n || "0")
},
increment_cart_count: function(){
this.$cart_count.html( ++this.count )