Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
maa17019 committed Jun 19, 2020
1 parent 8b7fb83 commit 4f16dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit 4f16dc5

Please sign in to comment.