Difference between revisions of "MediaWiki:Common.js"

From Johnisdead Wiki
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 10:49, 13 January 2020

function myFunction() {
  var popup = document.getElementById("myPopup");
  popup.classList.toggle("show");
}