From 16bb456f65beedea8437f4e2ca0aa432befb4684 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 5 Nov 2024 15:20:22 +0000 Subject: [PATCH] Fixup paths to moved resources Bug: T379080 Change-Id: Iff8c39b6d49e3ce476e026b022613ec08ced37ca Follows-Up: I556f5f2753fae77df4f34b64bccdb7d68f2825b0 --- FancyCaptcha/extension.json | 2 +- ReCaptchaNoCaptcha/extension.json | 2 +- Turnstile/extension.json | 2 +- hCaptcha/extension.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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": {