summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-02-19 18:13:14 +0000
committerErmal <eri@pfsense.org>2013-02-19 18:13:14 +0000
commitffac939ef9817aaab3d1950e05204ba243dcec17 (patch)
treefbf4da694c19b121245f7b964e54042ccad2af4b /usr/local/www/status_graph.php
parentb1b930dd1b7d1dc060402dfd10960077bfa4e203 (diff)
downloadpfsense-ffac939ef9817aaab3d1950e05204ba243dcec17.zip
pfsense-ffac939ef9817aaab3d1950e05204ba243dcec17.tar.gz
Use jQuery() as all other code
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 561062e..bc66ca3 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -109,8 +109,8 @@ include("head.inc");
<script language="javascript" type="text/javascript">
function updateBandwidth(){
- var hostinterface = $("#if").val();
- var sorting = $("#sorting").val();
+ var hostinterface = jQuery("#if").val();
+ var sorting = jQuery("#sorting").val();
bandwidthAjax(hostinterface, sorting);
}
OpenPOWER on IntegriCloud