From 168f19950decd36445f223497eacfbf86e706730 Mon Sep 17 00:00:00 2001 From: Nils Sandmann Date: Tue, 19 Sep 2017 12:11:09 +0200 Subject: [PATCH] Corrected SRV record helper not showing Signed-off-by: Nils Sandmann --- app/templates/domain.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/domain.html b/app/templates/domain.html index eeb4c27..89a2ce2 100644 --- a/app/templates/domain.html +++ b/app/templates/domain.html @@ -324,6 +324,7 @@ record_data.val(data); modal.modal('hide'); }) + modal.modal('show'); } else if (record_type == "SOA") { var modal = $("#modal_custom_record"); if (record_data.val() == "") {