From: Roan Kattouw Date: Sat, 15 Oct 2011 23:16:26 +0000 (+0000) Subject: Followup r99923: add missing dependency X-Git-Tag: 1.31.0-rc.0~27077 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=d28639c1ce6d2814c63f40942634fae008784c36;p=lhc%2Fweb%2Fwiklou.git Followup r99923: add missing dependency --- diff --git a/resources/Resources.php b/resources/Resources.php index 0842f7e407..7b948360d8 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -125,6 +125,7 @@ return array( 'jquery.farbtastic' => array( 'scripts' => 'resources/jquery/jquery.farbtastic.js', 'styles' => 'resources/jquery/jquery.farbtastic.css', + 'dependencies' => 'jquery.colorUtil', ), 'jquery.form' => array( 'scripts' => 'resources/jquery/jquery.form.js',