added caa record helper

This commit is contained in:
toxicvengeance 2017-05-10 22:33:44 +02:00
parent 85694e4e93
commit 300af22859

View File

@ -290,10 +290,11 @@
caa_flag = modal.find('#caa_flag').val(); caa_flag = modal.find('#caa_flag').val();
caa_tag = modal.find('#caa_tag').val(); caa_tag = modal.find('#caa_tag').val();
caa_value = modal.find('#caa_value').val(); caa_value = modal.find('#caa_value').val();
data = caa_flag + " " + caa_tag + " " + caa_value; data = caa_flag + " " + caa_tag + " " + '"' + caa_value + '"';
record_data.val(data); record_data.val(data);
modal.modal('hide'); modal.modal('hide');
}) })
modal.modal('show');
} else if (record_type == "MX") { } else if (record_type == "MX") {
var modal = $("#modal_custom_record"); var modal = $("#modal_custom_record");
if (record_data.val() == "") { if (record_data.val() == "") {