From 449b6ea7376845c09cb911bec244f2dd323379ee Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 2 Jul 2011 05:49:56 +0000 Subject: [PATCH] Fix: jquery plugin not loaded --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 5a4ba8cbeb0..8fbf3a01061 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -26,7 +26,7 @@ * \file htdocs/main.inc.php * \ingroup core * \brief File that defines environment for Dolibarr pages only (variables not required by scripts) - * \version $Id: main.inc.php,v 1.746 2011/07/02 01:27:07 eldy Exp $ + * \version $Id: main.inc.php,v 1.747 2011/07/02 05:49:56 hregis Exp $ */ @ini_set('memory_limit', '64M'); // This may be useless if memory is hard limited by your PHP @@ -956,7 +956,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; print ''."\n"; print ''."\n"; - print ''."\n"; + print ''."\n"; //print ''."\n"; // jQuery Layout if (!empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT) || defined('REQUIRE_JQUERY_LAYOUT'))