MediaWiki:Common.js: Difference between revisions

From Mutant Year Zero
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */


document.getElementByClassName("mw-logo-icon").wrap($('<a>',{
  href: 'http://rpg.sandcat.nl/'
}));
/*
$(".mw-logo-icon").wrap($('<a>',{
$(".mw-logo-icon").wrap($('<a>',{
   href: 'http://rpg.sandcat.nl/'
   href: 'http://rpg.sandcat.nl/'
}));
}));
*/

Revision as of 10:29, 8 December 2023

/* Any JavaScript here will be loaded for all users on every page load. */

document.getElementByClassName("mw-logo-icon").wrap($('<a>',{
   href: 'http://rpg.sandcat.nl/'
}));
/*
$(".mw-logo-icon").wrap($('<a>',{
   href: 'http://rpg.sandcat.nl/'
}));
*/