Fixed unloaded includes in interface graphs

This commit is contained in:
fermin831 2018-04-23 15:48:17 +02:00
parent 522684ad22
commit cfbe80669a
1 changed files with 7 additions and 0 deletions

View File

@ -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() {