From c78d5aa4a78a829849b7ec9dec1f3cf34c913d38 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 Jun 2013 14:52:25 +0200 Subject: [PATCH] Fix: Bad param 'zone' into printCommon --- htdocs/main.inc.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f22110f57d7..86419f2bdaf 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1149,7 +1149,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs if (! empty($conf->global->MAIN_USE_JQUERY_JMOBILE) || defined('REQUIRE_JQUERY_JMOBILE') || (! empty($conf->dol_use_jmobile) && $conf->dol_use_jmobile > 0)) { // We must force not using ajax because cache of jquery does not load js of other pages. - // This also increase seriously speed onto mobile device where complex js code is very slow and memory very low. + // This also increase seriously speed onto mobile device where complex js code is very slow and memory very low. if (empty($conf->dol_use_jmobile) || $conf->dol_use_jmobile != 2) { print '