Fix sort param to call bandwidth_by_ip

This commit is contained in:
Renato Botelho 2013-02-20 08:51:55 -03:00
parent a386126069
commit 2675f511cc

View File

@ -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);
}