More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
// Discord link | // Discord link | ||
$(document).ready(function() { | $(document).ready(function() { | ||
var discordLink = $('<a href="https://discord.gg/your-invite-code | // Create the Discord link element | ||
$('#p- | var discordLink = $('<li id="discord-link"><a href="https://discord.gg/your-invite-code">Join Discord</a></li>'); | ||
// Prepend it as the first item in the overflow menu | |||
$('#p-vector-user-menu-overflow .vector-menu-content-list').prepend(discordLink); | |||
}); | }); | ||
$(document).ready(function() { | $(document).ready(function() { |