Target desktop only for ULS mobile styles, as the ULS styles themselves do
Per Jon's comments here: https://gerrit.wikimedia.org/r/c/mediawiki/skins/MonoBook/+/434159/1/includes/SkinMonoBook.php#99 Change-Id: Ie91ecd50726b62ce2e8261c40a6a684d879d9c87
This commit is contained in:
parent
21e5fcd792
commit
1efe5cbc59
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class SkinMonoBook extends SkinTemplate {
|
|||
'localBasePath' => __DIR__ . '/..',
|
||||
'remoteSkinPath' => 'MonoBook',
|
||||
|
||||
'targets' => [ 'desktop', 'mobile' ],
|
||||
'targets' => [ 'desktop' ],
|
||||
'scripts' => [ 'resources/mobile-uls.js' ],
|
||||
'dependencies' => [ 'ext.uls.interface' ],
|
||||
] );
|
||||
|
|
Loading…
Reference in a new issue