mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-11 16:58:14 +00:00
Add dependency to mediawiki.api in ResourceLoader
Change-Id: I6911e1e592362acdca8ca9d63b7a8b5e2094028f
This commit is contained in:
parent
cc61893f0b
commit
7cadfed0be
|
@ -46,6 +46,9 @@ $wgResourceModules = array_merge( $wgResourceModules, array(
|
|||
'resources/ext.popups.core.less',
|
||||
'resources/ext.popups.animation.less',
|
||||
),
|
||||
'dependencies' => array(
|
||||
'mediawiki.api',
|
||||
),
|
||||
'remoteExtPath' => $remoteExtPath,
|
||||
'localBasePath' => $localBasePath,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue