Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated index.html
  • Loading branch information
maa17019 committed Jun 19, 2020
1 parent 4f16dc5 commit 9f3412d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Expand Up @@ -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 <span> element that closes the modal
Expand All @@ -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 <span> element that closes the modal
Expand All @@ -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 <span> element that closes the modal
Expand All @@ -340,5 +340,3 @@ mode.style.display = "none";
</body>

</html>


0 comments on commit 9f3412d

Please sign in to comment.