mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
re-rename DDNS options
This commit is contained in:
parent
a635a1cdbc
commit
5d9c1b1427
@ -247,7 +247,7 @@ $(document).ready(function(){
|
||||
|
||||
// Enable FreeDNS step
|
||||
$('#ddns-enable-freedns').on('click', function(){
|
||||
launch_action( 'DDNS_freeDNS',
|
||||
launch_action( 'freeDNS',
|
||||
{
|
||||
"ACTIVE":"yes",
|
||||
"DOMAIN": $("#ddns-domain" ).val(),
|
||||
@ -269,7 +269,7 @@ $(document).ready(function(){
|
||||
|
||||
// Enable noip step
|
||||
$('#ddns-enable-noip').on('click', function(){
|
||||
launch_action( 'DDNS_no-ip',
|
||||
launch_action( 'no-ip',
|
||||
{
|
||||
"ACTIVE":"yes",
|
||||
"DOMAIN": $("#ddns-domain" ).val(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user