2009-10-06 Miguel de Dios <miguel.dedios@artica.es>

* include/fgraph.php: lost in the last commit this file, fix the path for
	javascript.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2006 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-10-06 19:36:25 +00:00
parent b7ac0bb022
commit a32557839b
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,11 @@
2009-10-06 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/stat_win.php: fix the jquery lost in the last query, fix
* include/fgraph.php: lost in the last commit this file, fix the path for
javascript.
2009-10-06 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/stat_win.php: fix the jquery lost in the last commit, fix
the auto-refresh graph, fix z-index level for calendar and fix the set begin
data for graph.
Fixes: 2857280

View File

@ -1678,4 +1678,7 @@ if ($graphic_type) {
}
}
?>
<script language="JavaScript" src="include/FusionCharts/FusionCharts.js"></script>
<script language="JavaScript" src="<?php echo $config['homeurl']?>/include/FusionCharts/FusionCharts.js"></script>