Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 21, 2017 17:08
Show Gist options
  • Select an option

  • Save crestinglight/6a64ae2ce3735904d1615b2238b1d6d7 to your computer and use it in GitHub Desktop.

Select an option

Save crestinglight/6a64ae2ce3735904d1615b2238b1d6d7 to your computer and use it in GitHub Desktop.
function displayModal(){
var modal = document.getElementById("modal");
var modalContent = document.getElementById("modalContent");
var modalHighScores = document.getElementById("modalHighScores");
modal.style.display = "block";
modalContent.style.display = "block";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment