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
added "all"
(maybe will work)
Tag: Reverted
(added "all")
Tag: Reverted
Line 115: Line 115:
  */
  */
   
   
document.querySelector("#prettybutton").click(function() {
document.querySelectorAll("#prettybutton").click(function() {
   document.querySelector("#prettybutton").setAttribute('prettybutton-clicked');
   document.querySelectorAll("#prettybutton").setAttribute('prettybutton-clicked');
});
});

Navigation menu