Browse Source

type: opts.selected -> opts.type

remember-device
aj 7 years ago
parent
commit
effee987be
  1. 2
      oauth3.dns.js

2
oauth3.dns.js

@ -91,7 +91,7 @@ OAUTH3.api['dns.set'] = function (providerUri, opts) {
var tld = opts.tld;
var sld = opts.sld;
var sub = opts.sub;
var type = opts.selected;
var type = opts.type;
var value = opts.value;
var ttl = opts.ttl;
var priority = (opts.priority || '');

Loading…
Cancel
Save