Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/includes/skins/Skin.php at line 1639] in /var/www/html/includes/debug/MWDebug.php on line 386
Jump to content

MediaWiki:Gadget-hcaptchaLoader.js: Difference between revisions

From Consumer Rights Wiki
Captcha testing
 
Captcha testing
Line 1: Line 1:
if (mw.config.get('wgNamespaceNumber') % 2 === 1) {
mw.loader.using('ext.confirmEdit.hCaptcha').then(function () {
    mw.loader.load('ext.confirmEdit.hCaptcha');
  console.log('hCaptcha module loaded by gadget');
}
});

Revision as of 14:48, 30 June 2025

mw.loader.using('ext.confirmEdit.hCaptcha').then(function () {
  console.log('hCaptcha module loaded by gadget');
});