jenkins-bot has submitted this change and it was merged.
Change subject: Fix for bug T87869: Add mobile to targets
......................................................................
Fix for bug T87869: Add mobile to targets
Add mobile as targeted platform to allow
VE to be loaded when extension is enabled.
Bug: T87869
Change-Id: Ied3ad5d124af0397f11c839d5afd58bd0a1d52ef
---
M Citoid.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Esanders: Looks good to me, approved
jenkins-bot: Verified
diff --git a/Citoid.php b/Citoid.php
index 691224d..729fbde 100644
--- a/Citoid.php
+++ b/Citoid.php
@@ -53,7 +53,7 @@
'citoid-typeMap-config-error',
'citoid-template-type-map.json'
),
- 'targets' => array( 'desktop' ), //mwreferences doesn't work in mobile
currently
+ 'targets' => array( 'desktop', 'mobile' ),
'localBasePath' => __DIR__,
'remoteExtPath' => 'Citoid',
);
--
To view, visit https://gerrit.wikimedia.org/r/189208
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ied3ad5d124af0397f11c839d5afd58bd0a1d52ef
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Citoid
Gerrit-Branch: master
Gerrit-Owner: Mvolz <[email protected]>
Gerrit-Reviewer: Esanders <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits