summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_graph.php')
-rw-r--r--src/usr/local/www/status_graph.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/status_graph.php b/src/usr/local/www/status_graph.php
index dabf8a3..afe0933 100644
--- a/src/usr/local/www/status_graph.php
+++ b/src/usr/local/www/status_graph.php
@@ -204,7 +204,8 @@ $form->add($section);
print $form;
?>
-<script>
+<script type="text/javascript">
+//<![CDATA[
function updateBandwidth(){
$.ajax(
@@ -242,6 +243,7 @@ events.push(function(){
updateBandwidth();
});
+//]]>
</script>
<?php
OpenPOWER on IntegriCloud