MediaWiki:Login.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 June 2025

  • curprev 15:4915:49, 24 June 2025Myriad-admin talk contribs 2,977 bytes +2,977 Created page with "mw.loader.using('mediawiki.util', function () { $(function () { // Prevent double-injection if ($('#drg-navbar').length) return; // 1) Grab the built-in Vector logo icon const logoSrc = $('.mw-logo-icon').attr('src') || '/images/3/3f/Myriad_logo_icon_transparent.png'; // 2) Build a simple Login button const userArea = `<a class="drg-button" href="${mw.util.getUrl('Special:UserLogin')}">Login</a>`; // 3) Inject the navbar $('body..."