diff --git a/FancyCaptcha/extension.json b/FancyCaptcha/extension.json index 3c759b310..f2f874677 100644 --- a/FancyCaptcha/extension.json +++ b/FancyCaptcha/extension.json @@ -33,7 +33,7 @@ } }, "ResourceFileModulePaths": { - "localBasePath": "resources", + "localBasePath": "../resources", "remoteExtPath": "ConfirmEdit/resources" }, "callback": "MediaWiki\\Extension\\ConfirmEdit\\Hooks::onFancyCaptchaSetup", diff --git a/ReCaptchaNoCaptcha/extension.json b/ReCaptchaNoCaptcha/extension.json index c52f42c15..3e3051b6b 100644 --- a/ReCaptchaNoCaptcha/extension.json +++ b/ReCaptchaNoCaptcha/extension.json @@ -31,7 +31,7 @@ } }, "ResourceFileModulePaths": { - "localBasePath": "resources", + "localBasePath": "../resources", "remoteExtPath": "ConfirmEdit/resources" }, "ResourceModules": { diff --git a/Turnstile/extension.json b/Turnstile/extension.json index b8b0e79e7..12b72089c 100644 --- a/Turnstile/extension.json +++ b/Turnstile/extension.json @@ -32,7 +32,7 @@ } }, "ResourceFileModulePaths": { - "localBasePath": "resources", + "localBasePath": "../resources", "remoteExtPath": "ConfirmEdit/resources" }, "ResourceModules": { diff --git a/hCaptcha/extension.json b/hCaptcha/extension.json index 3c8b40f4f..aade015f2 100644 --- a/hCaptcha/extension.json +++ b/hCaptcha/extension.json @@ -41,8 +41,8 @@ "hcaptcha": "GlobalVarConfig::newInstance" }, "ResourceFileModulePaths": { - "localBasePath": "resources", - "remoteExtPath": "ConfirmEdit/resources/hCaptcha" + "localBasePath": "../resources", + "remoteExtPath": "ConfirmEdit/resources" }, "ResourceModules": { "ext.confirmEdit.hCaptcha.visualEditor": {