website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

whosasking.js (212B)


      1 function whosAsking() {
      2 	document.getElementById("whosAsking").innerHTML = "<small>Who's asking? ( ͡° ͜ʖ ͡°)</small>";
      3 }
      4 
      5 function whosNotAsking() {
      6 	document.getElementById("whosAsking").innerHTML = "";
      7 }