Difference between revisions of "Template:RHIT"

(Undo revision 47843 by Patekm (talk))
Line 71: Line 71:
 
}
 
}
  
 +
 +
// When the user clicks on div, open the popup
 +
function PopUp() {
 +
    var popup = document.getElementById("myPopup");
 +
    popup.classList.toggle("show");
 +
}
  
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Revision as of 15:10, 5 July 2018