summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-02-19 19:14:56 +0000
committerErmal <eri@pfsense.org>2013-02-19 19:14:56 +0000
commit647df2d42a401b733876a01c455bc527068fee61 (patch)
treeda77ca823c957a8dd9a393c0104a4d31f1cbd287 /usr/local/www/status_graph.php
parentffac939ef9817aaab3d1950e05204ba243dcec17 (diff)
downloadpfsense-647df2d42a401b733876a01c455bc527068fee61.zip
pfsense-647df2d42a401b733876a01c455bc527068fee61.tar.gz
Remove single quotes committed wrongly
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index bc66ca3..3c3a639 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -308,7 +308,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
<?php include("fend.inc"); ?>
<script type="text/javascript">
-jQuery(document).ready('updateBandwidth');
+jQuery(document).ready(updateBandwidth);
</script>
</body>
</html>
OpenPOWER on IntegriCloud