Difference between revisions of "Template:Queens Canada/Scripts"

m
m
Line 168: Line 168:
 
//This function controls the popups on click for the team page  
 
//This function controls the popups on click for the team page  
 
function popup() {
 
function popup() {
   var popup = document.getElementById("myPopup");
+
   var popup = document.getElementById("teamPopup");
 
   popup.classList.toggle("show");
 
   popup.classList.toggle("show");
 
}
 
}

Revision as of 17:10, 19 July 2020