From: Krinkle Date: Fri, 2 Mar 2012 19:23:58 +0000 (+0000) Subject: [Resources.php] Fix missing dependency on jquery.textSelection (follows-up r81648... X-Git-Tag: 1.31.0-rc.0~24426 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=05b7b4b9790f27940b70a782b4b732db67b77434;p=lhc%2Fweb%2Fwiklou.git [Resources.php] Fix missing dependency on jquery.textSelection (follows-up r81648, r81651) --- diff --git a/resources/Resources.php b/resources/Resources.php index cff1619897..6d2438ee3a 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -203,6 +203,7 @@ return array( ), 'jquery.textSelection' => array( 'scripts' => 'resources/jquery/jquery.textSelection.js', + 'dependencies' => 'jquery.client', ), 'jquery.validate' => array( 'scripts' => 'resources/jquery/jquery.validate.js',