Difference between revisions of "MediaWiki:Common.js"

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';
});
});