More actions
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() { |