Merge branch '1980-error-en-dashboards-con-custom-graphs-dev-3' into 'develop'
Fixed unloaded includes in interface graphs See merge request artica/pandorafms!1444
This commit is contained in:
commit
5ea4b84e97
|
@ -87,6 +87,13 @@ $interface_traffic_modules = array(
|
|||
<script type='text/javascript' src='../../include/javascript/jquery-1.9.0.js'></script>
|
||||
<script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script>
|
||||
<script type='text/javascript' src='../../include/javascript/jquery.jquery-ui-1.10.0.custom.js'></script>
|
||||
<?php
|
||||
if ($config['flash_charts']) {
|
||||
//Include the javascript for the js charts library
|
||||
include_once($config["homedir"] . '/include/graphs/functions_flot.php');
|
||||
echo include_javascript_dependencies_flot_graph(true, "../");
|
||||
}
|
||||
?>
|
||||
<script type='text/javascript'>
|
||||
<!--
|
||||
window.onload = function() {
|
||||
|
|
Loading…
Reference in New Issue