MediaWiki:Common.js: Difference between revisions

From Andover Answers
Jump to navigation Jump to search
No edit summary
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
 
(3 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( 'margin-left', '0' );
$('#p-New div.body').css( 'marginLeft', '0' );

Latest revision as of 19: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' );