mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Apply scriptroot_fix to new DynDNS domain setting javascript.
This commit is contained in:
parent
ea79c01aff
commit
4a0cb0a637
@ -108,7 +108,7 @@ $('.dyndns_on_demand_toggle').on('ifToggled', function(event) {
|
||||
'value' : is_checked
|
||||
}
|
||||
};
|
||||
applyChanges(postdata, '/domain/' + domain + '/managesetting', true);
|
||||
applyChanges(postdata, $SCRIPT_ROOT + '/domain/' + domain + '/managesetting', true);
|
||||
});
|
||||
|
||||
// handle deletion of user
|
||||
|
Loading…
Reference in New Issue
Block a user