Jump to content

MediaWiki:Common.js: Difference between revisions

From Bradshaw, the companion guide to On Our Lines
Created page with "Any JavaScript here will be loaded for all users on every page load.: function CustomizeModificationsOfSidebar() { // removes Special:Upload from tool..."
 
m query breaking
Tag: Blanking
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
 
function CustomizeModificationsOfSidebar() {
// removes [[Special:Upload|Special:Upload]] from toolbox
ModifySidebar( 'remove', 'toolbox', 'Upload file', 'https://bradshaw.onourlines.co.uk/wiki/Special:Upload' );
}

Latest revision as of 18:44, 7 March 2021

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.