summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
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 0daf8a6..04f91a5 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -110,7 +110,7 @@ include("head.inc");
function updateBandwidth(){
var hostinterface = jQuery("#if").val();
- var sorting = jQuery("#sorting").val();
+ var sorting = jQuery("#sort").val();
bandwidthAjax(hostinterface, sorting);
}
OpenPOWER on IntegriCloud