diff --git a/index.html b/index.html index 5f5c65b..65d7aac 100644 --- a/index.html +++ b/index.html @@ -281,7 +281,7 @@ var modalImg = document.getElementById("img01"); img.onclick = function(){ modal.style.display = "block"; modalImg.src = this.src; - captionText.innerHTML = this.alt; + /*captionText.innerHTML = this.alt;*/ } // Get the element that closes the modal @@ -302,7 +302,7 @@ var modelImg = document.getElementById("img02"); img.onclick = function(){ model.style.display = "block"; modelImg.src = this.src; -captionText.innerHTML = this.alt; +/*captionText.innerHTML = this.alt;*/ } // Get the element that closes the modal @@ -323,7 +323,7 @@ var modeImg = document.getElementById("img03"); img.onclick = function(){ mode.style.display = "block"; modeImg.src = this.src; -captionText.innerHTML = this.alt; +/*captionText.innerHTML = this.alt;*/ } // Get the element that closes the modal