diff options
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/index.html')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/StoneIsland/platforms/android/assets/www/index.html b/StoneIsland/platforms/android/assets/www/index.html index 28c4f8c6..0b10cd52 100755 --- a/StoneIsland/platforms/android/assets/www/index.html +++ b/StoneIsland/platforms/android/assets/www/index.html @@ -262,7 +262,6 @@ <div class="gallery-right"></div> <div class="content"> <div class="product-header"> - <span class="num"></span> <span class="title"></span> </div> <div class="type-price"> @@ -293,10 +292,9 @@ <div id="closed"> <div class="closed_store_msg"> <h3> - THIS STORE IS CURRENTLY CLOSED + LOADING THE STORE, PLEASE WAIT </h3> <h4> - WE WILL REOPEN FEBRUARY 1ST </h4> <div class="website_link"> visit<br> @@ -1138,6 +1136,7 @@ <script src="js/lib/products/CollectionView.js"></script> <script src="js/lib/products/filters/CategoryFilter.js"></script> <script src="js/lib/products/filters/DepartmentFilter.js"></script> +<script src="js/lib/products/filters/SizeFilter.js"></script> <script src="js/lib/products/ClosedStoreView.js"></script> <script src="js/lib/products/ProductView.js"></script> <script src="js/lib/products/GalleryView.js"></script> |
