Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Common.js"

Jump to navigation Jump to search
maybe
(testing again)
Tag: Reverted
(maybe)
Tag: Reverted
Line 115: Line 115:
  */
  */
   
   
document.querySelector("#prettybutton").click(function() {
document.getElementById("prettybutton").click(function() {
   document.querySelector("#prettybutton").addClass('prettybutton-clicked');
   document.getElementById("prettybutton").style.backgroundColor = '#22456d';
});
});

Navigation menu