From: Marius Hoch Date: Wed, 17 Oct 2012 15:16:33 +0000 (+0200) Subject: Fixed dependencies for jquery.collapsibleTabs X-Git-Tag: 1.31.0-rc.0~21942^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=8845c48d5a18b0f914d1f4c02fceeb0c0e85148e;p=lhc%2Fweb%2Fwiklou.git Fixed dependencies for jquery.collapsibleTabs Added jquery.delayedBind as dependency for jquery.collapsibleTabs as it's used on line 29. This wasn't causing errors (at least I'm not aware of it causing errors), but still it's better to have all dependencies declared. Change-Id: Iaff2ee952822d1be9a91fc7b8634a63ac61f8252 --- diff --git a/resources/Resources.php b/resources/Resources.php index 17a5904157..e1b765905a 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -125,6 +125,7 @@ return array( ), 'jquery.collapsibleTabs' => array( 'scripts' => 'resources/jquery/jquery.collapsibleTabs.js', + 'dependencies' => 'jquery.delayedBind', ), 'jquery.color' => array( 'scripts' => 'resources/jquery/jquery.color.js',