Difference between revisions of "MediaWiki:Common.js"

Removing the second part for now
(I do not know anything about javascript. This is going to be fun.)
Tag: Reverted
(Removing the second part for now)
Tag: Reverted
Line 117: Line 117:
$("#prettybutton").click(function() {
$("#prettybutton").click(function() {
   $("#prettybutton").addClass('prettybutton-clicked');
   $("#prettybutton").addClass('prettybutton-clicked');
});
$("#prettybutton-clicked").click(function() {
  $("#prettybutton-clicked").removeClass('prettybutton-clicked');
});
});