From: jdlrobson Date: Thu, 26 Sep 2019 15:56:58 +0000 (-0700) Subject: Mark mediawiki.page.watch.ajax as targetable to mobile X-Git-Tag: 1.34.0-rc.0~62^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=1dfcb874410bf4166874d1c8d469e120cf9879ef Mark mediawiki.page.watch.ajax as targetable to mobile This is explicitly disabled by Minerva so this should have no impact other than allow the loading of this module on mobile. Change-Id: Ib73fb995f5ccb16d99b505abad2466187c3dc5a5 --- diff --git a/resources/Resources.php b/resources/Resources.php index 0b0e485197..9354435d58 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -1690,6 +1690,7 @@ return [ ], ], 'mediawiki.page.watch.ajax' => [ + 'targets' => [ 'desktop', 'mobile' ], 'scripts' => 'resources/src/mediawiki.page.watch.ajax.js', 'dependencies' => [ 'mediawiki.api',