mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-02 08:25:40 +00:00
Merge remote-tracking branch 'softcat/SRV' into development
This commit is contained in:
commit
358510b4e5
@ -354,6 +354,7 @@
|
|||||||
record_data.val(data);
|
record_data.val(data);
|
||||||
modal.modal('hide');
|
modal.modal('hide');
|
||||||
})
|
})
|
||||||
|
modal.modal('show');
|
||||||
} else if (record_type == "SOA") {
|
} else if (record_type == "SOA") {
|
||||||
var modal = $("#modal_custom_record");
|
var modal = $("#modal_custom_record");
|
||||||
if (record_data.val() == "") {
|
if (record_data.val() == "") {
|
||||||
|
Loading…
Reference in New Issue
Block a user