From: kaldari Date: Tue, 31 Mar 2015 00:10:49 +0000 (-0700) Subject: Adding mobile target to mediawiki.template.mustache X-Git-Tag: 1.31.0-rc.0~11928^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=67c1308ceeaa3b340a226f4ff0fb48b1f958e71c;p=lhc%2Fweb%2Fwiklou.git Adding mobile target to mediawiki.template.mustache Otherwise we can't use the mustache compiler from MobileFrontend. Change-Id: I36ac5478493af32673f2849c122efc24336b7f51 --- diff --git a/resources/Resources.php b/resources/Resources.php index 1ae76a0b71..6075edfab9 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -797,6 +797,7 @@ return array( 'resources/lib/mustache/mustache.js', 'resources/src/mediawiki/mediawiki.template.mustache.js', ), + 'targets' => array( 'desktop', 'mobile' ), ), 'mediawiki.apipretty' => array( 'styles' => 'resources/src/mediawiki/mediawiki.apipretty.css',