diff --git a/.vs/config/applicationhost.config b/.vs/config/applicationhost.config index 4c49c17..2d53993 100644 --- a/.vs/config/applicationhost.config +++ b/.vs/config/applicationhost.config @@ -184,6 +184,14 @@ + + + + + + + + diff --git a/BC-Product.html b/BC-Product.html index 79106ae..dbabbd2 100644 --- a/BC-Product.html +++ b/BC-Product.html @@ -21,7 +21,7 @@ - + Image of {{ product.name | escape }} diff --git a/assets/scripts/product-slideshow.js b/assets/scripts/product-slideshow.js index 5b9b983..a5288d8 100644 --- a/assets/scripts/product-slideshow.js +++ b/assets/scripts/product-slideshow.js @@ -8,7 +8,7 @@ // Auto increment thumbnails var thumbnailList = document.getElementsByClassName("product__thumbnail--link"); for (var j = 0; j < thumbnailList.length; j++) { - list[j].setAttribute("onclick", "show" + j); + thumbnailList[j].setAttribute("onclick", "show" + j); } };