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 4f4605c commit 30437ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -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 <span> element that closes the modal
Expand All @@ -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 <span> element that closes the modal
Expand All @@ -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 <span> element that closes the modal
Expand Down

0 comments on commit 30437ec

Please sign in to comment.