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:
Isarra 2019-01-24 23:16:30 +00:00
parent 21e5fcd792
commit 1efe5cbc59

View file

@ -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' ],
] );