mediawiki.ForeignApi: Module should target mobile
Bug: T66636 Change-Id: Ib5f8d5060bbf66d57c34bc8573061b69e5034b85
This commit is contained in:
parent
6f9b8d7577
commit
e81b4e46a0
1 changed files with 2 additions and 0 deletions
|
|
@ -982,6 +982,7 @@ return array(
|
|||
),
|
||||
),
|
||||
'mediawiki.ForeignApi' => array(
|
||||
'targets' => array( 'desktop', 'mobile' ),
|
||||
'class' => 'ResourceLoaderForeignApiModule',
|
||||
// Additional dependencies generated dynamically
|
||||
'dependencies' => 'mediawiki.ForeignApi.core',
|
||||
|
|
@ -992,6 +993,7 @@ return array(
|
|||
'mediawiki.api',
|
||||
'oojs',
|
||||
),
|
||||
'targets' => array( 'desktop', 'mobile' ),
|
||||
),
|
||||
'mediawiki.helplink' => array(
|
||||
'position' => 'top',
|
||||
|
|
|
|||
Loading…
Reference in a new issue