From: Juliusz Gonera Date: Sun, 24 Mar 2013 02:18:37 +0000 (+0100) Subject: Add mobile target to jquery.getAttrs X-Git-Tag: 1.31.0-rc.0~20234^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=50f46c678ef06e88a5382e096aa0116941df90f4;p=lhc%2Fweb%2Fwiklou.git Add mobile target to jquery.getAttrs mediawiki.tests.qunit.testrunner has a dependency on it, which we want on mobile. Change-Id: Iffa7166362fe568ce8ed95db427c432e111d65a1 --- diff --git a/resources/Resources.php b/resources/Resources.php index 9593fa8b64..4374b09c07 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -198,6 +198,7 @@ return array( ), 'jquery.getAttrs' => array( 'scripts' => 'resources/jquery/jquery.getAttrs.js', + 'targets' => array( 'desktop', 'mobile' ), ), 'jquery.hidpi' => array( 'scripts' => 'resources/jquery/jquery.hidpi.js',