MediaWiki:Common.js: Difference between revisions

From TimeRO Wiki
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { $('#p-logo a').attr('href', 'https://ragnarok-infinitezero.com.br/index'); });")
 
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. */
$(document).ready(function() {
$(document).ready(function() {
     $('#p-logo a').attr('href', 'https://ragnarok-infinitezero.com.br/index');
     $('#p-logo a').attr('href', 'https://timero.com.br/');
});
});
mw.loader.load('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

Revision as of 19:30, 12 April 2026

/* Any JavaScript here will be loaded for all users on every page load. */
$(document).ready(function() {
    $('#p-logo a').attr('href', 'https://timero.com.br/');
});
mw.loader.load('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');