diff --git a/index.html b/index.html index 5b5bceb..ac5d9b6 100644 --- a/index.html +++ b/index.html @@ -282,7 +282,7 @@ var modalImg = document.getElementById("img01"); img.onclick = function(){ modal.style.display = "block"; modalImg.src = this.src; - + /*captionText.innerHTML = this.alt;*/ } // Get the element that closes the modal @@ -303,7 +303,7 @@ var modelImg = document.getElementById("img02"); img.onclick = function(){ model.style.display = "block"; modelImg.src = this.src; - +/*captionText.innerHTML = this.alt;*/ } // Get the element that closes the modal @@ -324,7 +324,7 @@ var modeImg = document.getElementById("img03"); img.onclick = function(){ mode.style.display = "block"; modeImg.src = this.src; - +/*captionText.innerHTML = this.alt;*/ } // Get the element that closes the modal @@ -340,5 +340,3 @@ mode.style.display = "none"; - -