MediaWiki:Common.js: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
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.querySelectorAll("#p-logo a").style.backgroundImage='none';
document.querySelectorAll("#p-logo a").style.backgroundColor='red';

Latest revision as of 22:26, 13 November 2016

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