From 8ecb412689709c79266b01568a220d0e7690db6f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 19 Feb 2012 01:17:17 +0100 Subject: [PATCH] Fix: jflot minimized is bugged. Not the standard js. --- htdocs/main.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 11430c35640..4c4f365b554 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -929,9 +929,9 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs if (constant('JS_JQUERY_FLOT')) { print ''."\n"; - print ''."\n"; - print ''."\n"; - print ''."\n"; + print ''."\n"; + print ''."\n"; + print ''."\n"; } else {