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
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. */
console.log("Works!")
document.querySelectorAll("#p-logo a").style.setBackgroundImage='none';
document.querySelectorAll("#p-logo a").style.setBackgroundColor='red';

Revision as of 22:37, 18 April 2016

/* Any JavaScript here will be loaded for all users on every page load. */
document.querySelectorAll("#p-logo a").style.setBackgroundImage='none';
document.querySelectorAll("#p-logo a").style.setBackgroundColor='red';