MediaWiki:Common.js: Difference between revisions

it works, but it conflicts with the trending articles module. perhaps the Discord widget will just have to be at the top then?
sims>C.Syde65
(I'm pretty sure this is it.)
sims>K6ka
(it works, but it conflicts with the trending articles module. perhaps the Discord widget will just have to be at the top then?)
Line 1:
// 21:1233, December 16, 2017 (UTC)
// <source lang="JavaScript">
/* Any JavaScript here will be loaded for all users on every page load. */
Line 674:
importArticle({type:'script', article:'w:c:dev:ReferencePopups/code.js'});
// *** END ReferencePopups script *** //
 
/* Discord Integrator added to Wikia Rail */
$(function() {
mw.hook('DiscordIntegrator.added').add(function() {
$('.DiscordIntegratorModule').appendTo('#WikiaRail');
});
});
 
// </source>
Anonymous user