From: James D. Forrester Date: Thu, 7 Feb 2019 18:13:29 +0000 (-0800) Subject: resources: Allow jquery.ui.widgets on mobile X-Git-Tag: 1.34.0-rc.0~2909 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=164f5da7072a3be3b504eb42fd7e9ce4d35ad343;p=lhc%2Fweb%2Fwiklou.git resources: Allow jquery.ui.widgets on mobile Change-Id: If0d7b687e5996e5dcdce0651c85a4dc4461b482b --- diff --git a/resources/Resources.php b/resources/Resources.php index f807228f8c..95a00f5abf 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -227,7 +227,6 @@ return [ 'scripts' => 'resources/lib/jquery.fullscreen.js', ], 'jquery.getAttrs' => [ - 'targets' => [ 'desktop', 'mobile' ], 'scripts' => 'resources/src/jquery/jquery.getAttrs.js', 'targets' => [ 'desktop', 'mobile' ], ], @@ -640,6 +639,7 @@ return [ 'deprecated' => true, 'scripts' => 'resources/lib/jquery.ui/jquery.ui.widget.js', 'group' => 'jquery.ui', + 'targets' => [ 'desktop', 'mobile' ], ], // Effects 'jquery.effects.core' => [