Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/198462
Change subject: resources: Remove cache group "ext.ooui-playground" ...................................................................... resources: Remove cache group "ext.ooui-playground" No need for this to be forced in its own HTTP request. https://www.mediawiki.org/wiki/ResourceLoader/Features#Groups Change-Id: I57b8af266fd26570a559458bcc663ff7c6a0f3c3 --- M resources/Resources.php 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OOUIPlayground refs/changes/62/198462/1 diff --git a/resources/Resources.php b/resources/Resources.php index 31f2c34..3f78477 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -3,7 +3,6 @@ $oouiPlaygroundResourceTemplate = array( 'localBasePath' => __DIR__, 'remoteExtPath' => 'OOUIPlayground/resources', - 'group' => 'ext.ooui-playground', ); $wgResourceModules['ext.ooui-playground'] = array( -- To view, visit https://gerrit.wikimedia.org/r/198462 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I57b8af266fd26570a559458bcc663ff7c6a0f3c3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OOUIPlayground Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
