MediaWiki:Common.js: Difference between revisions

From Andover Answers
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: $('#pt-login a').text( 'Librarian login' );")
 
(Replaced content with "→‎Any JavaScript here will be loaded for all users on every page load.: $('#pt-login a').text( 'Librarian login' ); $('#p-New div.body').css( 'marginLeft', '0' );")
Tags: Replaced Manual revert
 
(4 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. */
/* Any JavaScript here will be loaded for all users on every page load. */
$('#pt-login a').text( 'Librarian login' );
$('#pt-login a').text( 'Librarian login' );
$('#p-New div.body').css( 'marginLeft', '0' );

Latest revision as of 15:28, 27 December 2023

/* Any JavaScript here will be loaded for all users on every page load. */
$('#pt-login a').text( 'Librarian login' );
$('#p-New div.body').css( 'marginLeft', '0' );