From: Timo Tijhof Date: Sun, 27 Apr 2014 18:26:44 +0000 (+0200) Subject: jquery.accessKeyLabel: Enable for target=mobile X-Git-Tag: 1.31.0-rc.0~16000 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=80f1f08272ad4d5ebdc4e089041a22ee1c77f159;p=lhc%2Fweb%2Fwiklou.git jquery.accessKeyLabel: Enable for target=mobile Follows-up 6a81b0e, which split this module out of mediawiki.util, but didn't give it the same target. So the mediawiki.util module was now broken on module due to a dependency on an unknown module named "jquery.accessKeyLabel". Bug: 64512 Change-Id: I324501411829a71e30d424a8c5304748575fcba3 --- diff --git a/resources/Resources.php b/resources/Resources.php index 3433a234ef..668dc14ee3 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -190,6 +190,7 @@ return array( 'dependencies' => array( 'jquery.client', ), + 'targets' => array( 'mobile', 'desktop' ), ), 'jquery.appear' => array( 'scripts' => 'resources/lib/jquery/jquery.appear.js',