From: Florian Date: Sat, 18 Apr 2015 16:54:36 +0000 (+0200) Subject: Add target mobile to jquery.textSelection X-Git-Tag: 1.31.0-rc.0~11664 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=945eabb7883cc614b0edb899697f05d6a7f9ea62;p=lhc%2Fweb%2Fwiklou.git Add target mobile to jquery.textSelection Bug: T91752 Change-Id: Idd2275788f11303bd965994c9fb2e6c2d59daa33 --- diff --git a/resources/Resources.php b/resources/Resources.php index a17b678260..ec5a9a04bc 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -311,6 +311,7 @@ return array( 'jquery.textSelection' => array( 'scripts' => 'resources/src/jquery/jquery.textSelection.js', 'dependencies' => 'jquery.client', + 'targets' => array( 'mobile', 'desktop' ), ), 'jquery.throttle-debounce' => array( 'scripts' => 'resources/lib/jquery/jquery.ba-throttle-debounce.js',