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
testing
(maybe)
Tag: Reverted
(testing)
Tags: Manual revert Reverted
Line 115: Line 115:
  */
  */
   
   
document.getElementById("prettybutton").click(function() {
document.querySelector("#prettybutton").click(function() {
   document.getElementById("prettybutton").style.backgroundColor = '#22456d';
   document.querySelector("#prettybutton").addClass('prettybutton-clicked');
});
});

Navigation menu