fix: get v6 address from v6 input field
This commit is contained in:
parent
018f680a3f
commit
26e819e013
@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
update_host_v6 = function(host) {
|
update_host_v6 = function(host) {
|
||||||
$('#update_result_v6').text('updating...');
|
$('#update_result_v6').text('updating...');
|
||||||
$.get( "{% url 'nic_update_authorized' %}", { myip: $('#myipv4').val(), hostname: host } )
|
$.get( "{% url 'nic_update_authorized' %}", { myip: $('#myipv6').val(), hostname: host } )
|
||||||
.done(function( data ) {
|
.done(function( data ) {
|
||||||
$('#update_result_v6').text(data);
|
$('#update_result_v6').text(data);
|
||||||
}).fail(function( data ) {
|
}).fail(function( data ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user