MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Dbaumeister (talk | contribs) No edit summary Tag: Reverted |
Dbaumeister (talk | contribs) (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 |
||
Line 2: | Line 2: | ||
$('#pt-login a').text( 'Librarian login' ); | $('#pt-login a').text( 'Librarian login' ); | ||
$('#p-New div.body').css( 'marginLeft', '0' ); | $('#p-New div.body').css( 'marginLeft', '0' ); | ||