Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornacho <nacho@ownyourbits.com>2018-12-28 22:15:24 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-05 04:14:52 +0300
commit5d9c1b1427ee0afa3873fbef5d5c00983d57b8fe (patch)
tree43e64a1e50d0ce04fe96657cd37f9da1d454a242 /ncp-web
parenta635a1cdbc15daf47fa647a443e5f64dc5511926 (diff)
re-rename DDNS options
Diffstat (limited to 'ncp-web')
-rw-r--r--ncp-web/wizard/JS/wizard.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp-web/wizard/JS/wizard.js b/ncp-web/wizard/JS/wizard.js
index 0446257c..8f0c4bbe 100644
--- a/ncp-web/wizard/JS/wizard.js
+++ b/ncp-web/wizard/JS/wizard.js
@@ -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(),