diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-13 20:15:35 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-13 20:15:35 -0500 |
| commit | 93e3a8798987bcc714b6da832ecea849ad904324 (patch) | |
| tree | 2895b856f9b9b4d691c2766648659f81b27e58d0 /StoneIsland/www/index.html | |
| parent | 9ce684a526225cd70b88410355764abd2f66b01c (diff) | |
split filters out and stub color/size pickers
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index be6502e4..22e2792a 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -489,6 +489,9 @@ <script src="js/lib/account/SettingsView.js"></script> <script src="js/lib/products/CollectionView.js"></script> +<script src="js/lib/products/filters/CategoryFilter.js"></script> +<script src="js/lib/products/filters/SizeFilter.js"></script> +<script src="js/lib/products/filters/ColorFilter.js"></script> <script src="js/lib/products/ProductView.js"></script> <script src="js/lib/products/GalleryView.js"></script> <script src="js/lib/products/Selector.js"></script> |
