mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
interfaces: typo #2458
This commit is contained in:
parent
f15d106e51
commit
fdfd65c4bf
@ -1398,7 +1398,7 @@ include("head.inc");
|
||||
var name = $('#name').val();
|
||||
var descr = $('#gatewaydescr').val();
|
||||
var gatewayip = $('#gatewayip').val();
|
||||
var ajaxhelper = "&ajaxip=" + escape($('#ipaddrv6').val()) + "&ajaxnet=" + escape($('#subnetv6').val());
|
||||
var ajaxhelper = "&ajaxip=" + escape($('#ipaddr').val()) + "&ajaxnet=" + escape($('#subnet').val());
|
||||
var defaultgw = "";
|
||||
if ($("#defaultgw").prop('checked')) {
|
||||
defaultgw = "&defaultgw=on";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user