make jquery.json module run on mobile
authorjrobson <jrobson@wikimedia.org>
Fri, 8 Feb 2013 01:03:03 +0000 (17:03 -0800)
committerjrobson <jrobson@wikimedia.org>
Fri, 8 Feb 2013 01:04:44 +0000 (17:04 -0800)
Currently needed by the EventLogging module

Change-Id: I78fc3d3937e1489f142abdb35793e616a8a18d2e

resources/Resources.php

index 672f457..7efb1b5 100644 (file)
@@ -199,6 +199,7 @@ return array(
        ),
        'jquery.json' => array(
                'scripts' => 'resources/jquery/jquery.json.js',
+               'targets' => array( 'mobile', 'desktop' ),
        ),
        'jquery.localize' => array(
                'scripts' => 'resources/jquery/jquery.localize.js',