From: Matthew Flaschen Date: Tue, 13 Jan 2015 23:29:22 +0000 (-0500) Subject: Allow mobile for jquery.throttle-debounce X-Git-Tag: 1.31.0-rc.0~12688^2 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=81c11be76e413aa53db2257abffbf976c728c582;p=lhc%2Fweb%2Fwiklou.git Allow mobile for jquery.throttle-debounce This will allow Flow to use core's module: Ia59e14dc8d7838cfe237b99ee59053529a7235fa Change-Id: Ia6502da0e10dfa91732b7ac7ac9921dc5cfd218c --- diff --git a/resources/Resources.php b/resources/Resources.php index ad83e16208..6e8cd99df0 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -307,6 +307,7 @@ return array( ), 'jquery.throttle-debounce' => array( 'scripts' => 'resources/lib/jquery/jquery.ba-throttle-debounce.js', + 'targets' => array( 'desktop', 'mobile' ), ), 'jquery.validate' => array( 'scripts' => 'resources/lib/jquery/jquery.validate.js',