Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
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. */
// Discord link
$(document).ready(function() {
    var discordLink = $('<a href="https://discord.gg/your-invite-code" class="discord-link">Join Discord</a>');
    $('#p-search').after(discordLink); // Adds it after the search form container
});


$(document).ready(function() {
$(document).ready(function() {