More actions
Technofied (talk | contribs) Redirect Login to Xenforo Login! :) |
(No difference)
|
Revision as of 07:30, 10 August 2024
/* Any JavaScript here will be loaded for all users on every page load. */
$(document).ready(function() {
if (mw.config.get('wgCanonicalSpecialPageName') === 'Userlogin') {
window.location.href = 'https://www.democracycraft.net/wiki/index.php/Special:OAuth2Client/';
}
});