diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-10 22:10:24 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-10 22:10:24 -0600 |
| commit | 2fd41f4e25e27646bbebae29656a98817f1afc31 (patch) | |
| tree | 2c56a8c34069d515d0b16a8fb050b9e4dfeeeb30 /StoneIsland/www/js/lib/products | |
| parent | 015b58ff6845b5cb79b13fec109a37b4c10c7813 (diff) | |
Diffstat (limited to 'StoneIsland/www/js/lib/products')
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/ClosedStoreView.js | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/CollectionView.js | 5 | ||||
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/GalleryView.js | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/ProductView.js | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/Selector.js | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | StoneIsland/www/js/lib/products/filters/CategoryFilter.js | 0 |
6 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/ClosedStoreView.js b/StoneIsland/www/js/lib/products/ClosedStoreView.js index 5f8c1e84..5f8c1e84 100644..100755 --- a/StoneIsland/www/js/lib/products/ClosedStoreView.js +++ b/StoneIsland/www/js/lib/products/ClosedStoreView.js diff --git a/StoneIsland/www/js/lib/products/CollectionView.js b/StoneIsland/www/js/lib/products/CollectionView.js index d4315514..80d25718 100644..100755 --- a/StoneIsland/www/js/lib/products/CollectionView.js +++ b/StoneIsland/www/js/lib/products/CollectionView.js @@ -42,7 +42,10 @@ var CollectionView = ScrollableView.extend({ }, fetch: function(){ - if (this.loaded) return + if (this.loaded) { + console.log("collection loaded") + return + } this.$loader.show() sdk.product.collection({ gallery_id: app.gallery_id, diff --git a/StoneIsland/www/js/lib/products/GalleryView.js b/StoneIsland/www/js/lib/products/GalleryView.js index 02193f14..02193f14 100644..100755 --- a/StoneIsland/www/js/lib/products/GalleryView.js +++ b/StoneIsland/www/js/lib/products/GalleryView.js diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 4789850a..3cb66600 100644..100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -22,6 +22,7 @@ var ProductView = ScrollableView.extend({ this.$price = this.$(".price") this.$size = this.$(".size") this.$color = this.$(".color") + this.$share = this.$(".share") this.$body = this.$(".body") this.$fit = this.$(".fit") this.$sizing = this.$(".sizing") diff --git a/StoneIsland/www/js/lib/products/Selector.js b/StoneIsland/www/js/lib/products/Selector.js index 76c498ec..76c498ec 100644..100755 --- a/StoneIsland/www/js/lib/products/Selector.js +++ b/StoneIsland/www/js/lib/products/Selector.js diff --git a/StoneIsland/www/js/lib/products/filters/CategoryFilter.js b/StoneIsland/www/js/lib/products/filters/CategoryFilter.js index 4e6baf62..4e6baf62 100644..100755 --- a/StoneIsland/www/js/lib/products/filters/CategoryFilter.js +++ b/StoneIsland/www/js/lib/products/filters/CategoryFilter.js |
