mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
CiteDataModule: Remove origin restriction
Without this change it would no longer load in safe mode (T185303) because the module would be missing. I think this has been copy-pasted from VisualEditor, see commit I6d097ccbf1dc2462843219adcf96bf8313e30289 there for explanation. Bug: T185303 Change-Id: I6f6857ec50e7b8c6e25022024c29b59726c656e3
This commit is contained in:
parent
bbc1f2c91d
commit
2e35d29223
|
@ -10,7 +10,6 @@
|
|||
*/
|
||||
class CiteDataModule extends ResourceLoaderModule {
|
||||
|
||||
protected $origin = self::ORIGIN_USER_SITEWIDE;
|
||||
protected $targets = [ 'desktop', 'mobile' ];
|
||||
|
||||
/** @inheritDoc */
|
||||
|
|
Loading…
Reference in a new issue