From 2675f511cc6b6734ed2f5b526bc7c6454ecda7fd Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 20 Feb 2013 08:51:55 -0300 Subject: [PATCH] Fix sort param to call bandwidth_by_ip --- usr/local/www/status_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php index 0daf8a6243..04f91a5ac5 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); }