Merge pull request #3 from thomasDOTde/fix-show-srvhelper

Corrected SRV record helper not showing
This commit is contained in:
Thomas 2017-11-01 21:59:48 +01:00 committed by GitHub
commit e76063dbef

View File

@ -324,6 +324,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() == "") {