MediaWiki:Common.js: Difference between revisions

From Mutant Year Zero
No edit summary
Tag: Manual revert
No edit summary
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. */


/* Make the sandcat logo go to the main sandcat site, while the other logo still goes to the mediawiki home */
$(".mw-logo-icon").wrap($('<a>',{
$(".mw-logo-icon").wrap($('<a>',{
   href: 'http://rpg.sandcat.nl/'
   href: 'http://rpg.sandcat.nl/'
}));
}));

Revision as of 10:34, 8 December 2023

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

/* Make the sandcat logo go to the main sandcat site, while the other logo still goes to the mediawiki home */
$(".mw-logo-icon").wrap($('<a>',{
   href: 'http://rpg.sandcat.nl/'
}));