mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: jflot minimized is bugged. Not the standard js.
This commit is contained in:
parent
4bbb799404
commit
8ecb412689
|
|
@ -929,9 +929,9 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
|
|||
if (constant('JS_JQUERY_FLOT'))
|
||||
{
|
||||
print '<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="/javascript/excanvas/excanvas.min.js"></script><![endif]-->'."\n";
|
||||
print '<script type="text/javascript" src="'.JS_JQUERY_FLOT.'jquery.flot.min.js"></script>'."\n";
|
||||
print '<script type="text/javascript" src="'.JS_JQUERY_FLOT.'jquery.flot.pie.min.js"></script>'."\n";
|
||||
print '<script type="text/javascript" src="'.JS_JQUERY_FLOT.'jquery.flot.stack.min.js"></script>'."\n";
|
||||
print '<script type="text/javascript" src="'.JS_JQUERY_FLOT.'jquery.flot.js"></script>'."\n";
|
||||
print '<script type="text/javascript" src="'.JS_JQUERY_FLOT.'jquery.flot.pie.js"></script>'."\n";
|
||||
print '<script type="text/javascript" src="'.JS_JQUERY_FLOT.'jquery.flot.stack.js"></script>'."\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user