Skip to content

Update index.html ! #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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