From da445d850240e36cff77c6a8d97820921d11048e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Aug 2010 19:29:41 +0000 Subject: [PATCH] Removed add of jquery as it is now always included. --- htdocs/projet/ganttview.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php index d4bc3b71ae5..6bc14908700 100644 --- a/htdocs/projet/ganttview.php +++ b/htdocs/projet/ganttview.php @@ -67,8 +67,7 @@ $arrayofcss=array( $arrayofjs=array( '/includes/jsgantt/jsgantt.js', -'/projet/jsgantt_language.js.php?lang='.$langs->defaultlang, -'/includes/jquery/jquery.min.js', +'/projet/jsgantt_language.js.php?lang='.$langs->defaultlang );