MediaWiki:Gadget-hcaptchaLoader.js: Difference between revisions
Appearance
Captcha testing |
Captcha testing |
||
| Line 1: | Line 1: | ||
mw.loader.using('ext.confirmEdit.hCaptcha').then(function () { | |||
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');
});