From: Ed Sanders Date: Fri, 12 Apr 2019 14:23:59 +0000 (+0100) Subject: Make JSON styling available on mobile X-Git-Tag: 1.34.0-rc.0~1820^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=95da826edf7b33122fd6b426659f9a09f96e93c4;p=lhc%2Fweb%2Fwiklou.git Make JSON styling available on mobile Styling works fine on mobile and is only loaded on JSON pages. Without the styling the page is much harder to read. Change-Id: I68a7a02f42ec4352969d6e24ba7b0b1f85374523 --- diff --git a/resources/Resources.php b/resources/Resources.php index 87488ebdb4..a77c2b50b4 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -866,6 +866,7 @@ return [ ], 'mediawiki.content.json' => [ 'styles' => 'resources/src/mediawiki.content.json.less', + 'targets' => [ 'desktop', 'mobile' ], ], 'mediawiki.confirmCloseWindow' => [ 'scripts' => [