X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2FResources.php;h=51bf05f896fa04fb5431e260cbf2beda40559858;hb=938a45abf059596bd33c55c3cbec13084760bd6f;hp=672f457f5abed193ed0be882de947f939f631b2d;hpb=de433e5b6e7be471cebd2d7387e40f338eade583;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/Resources.php b/resources/Resources.php index 672f457f5a..51bf05f896 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -149,10 +149,6 @@ return array( 'scripts' => 'resources/jquery/jquery.client.js', 'targets' => array( 'desktop', 'mobile' ), ), - 'jquery.collapsibleTabs' => array( - 'scripts' => 'resources/jquery/jquery.collapsibleTabs.js', - 'dependencies' => 'jquery.delayedBind', - ), 'jquery.color' => array( 'scripts' => 'resources/jquery/jquery.color.js', 'dependencies' => 'jquery.colorUtil', @@ -199,6 +195,7 @@ return array( ), 'jquery.json' => array( 'scripts' => 'resources/jquery/jquery.json.js', + 'targets' => array( 'mobile', 'desktop' ), ), 'jquery.localize' => array( 'scripts' => 'resources/jquery/jquery.localize.js',