From 30437ec2fe7841b3f7af9504a4ac98ee96138f3a Mon Sep 17 00:00:00 2001 From: Mahnoor Afteb Date: Thu, 18 Jun 2020 22:21:54 -0400 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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