interfaces: typo #2458

This commit is contained in:
Franco Fichtner 2018-06-25 15:58:37 +00:00
parent f15d106e51
commit fdfd65c4bf

View File

@ -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";