From: jrobson Date: Fri, 8 Feb 2013 01:03:03 +0000 (-0800) Subject: make jquery.json module run on mobile X-Git-Tag: 1.31.0-rc.0~20761 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=a4fcb5914034ecee55b03f4e9560951f9ef58768;p=lhc%2Fweb%2Fwiklou.git make jquery.json module run on mobile Currently needed by the EventLogging module Change-Id: I78fc3d3937e1489f142abdb35793e616a8a18d2e --- diff --git a/resources/Resources.php b/resources/Resources.php index 672f457f5a..7efb1b5d10 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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',