From b528c1c498d45a6ee62ae2073201fe933ae381d6 Mon Sep 17 00:00:00 2001 From: Mahnoor Afteb Date: Thu, 18 Jun 2020 22:55: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 ac5d9b6..28c1524 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