MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Taken from MD wiki lol */ | /* Taken from MD wiki lol */ | ||
$('# | $('#ca-talk').append( | ||
$('<a/>').addClass('hover-community-header-wrapper') | $('<a/>').addClass('hover-community-header-wrapper') | ||
.append($('<div/>') | .append($('<div/>') | ||
Revision as of 13:43, 2 January 2024
/* Any JavaScript here will be loaded for all users on every page load. */
/* Taken from MD wiki lol */
$('#ca-talk').append(
$('<a/>').addClass('hover-community-header-wrapper')
.append($('<div/>')
.addClass('wgp-ep-msg')
.text('Click here to view the latest episode!')
)
.attr('href', 'https://www.youtube.com/watch?v=MFxGcb_XuT0')
);