mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use jQuery() as all other code
This commit is contained in:
parent
b1b930dd1b
commit
ffac939ef9
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user