Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
|||
Line 1: | Line 1: | ||
− | + | function myFunction() { | |
+ | var popup = document.getElementById("myPopup"); | ||
+ | popup.classList.toggle("show"); | ||
+ | } |
Revision as of 09:49, 13 January 2020
function myFunction() { var popup = document.getElementById("myPopup"); popup.classList.toggle("show"); }