diff --git a/app/static/custom/js/custom.js b/app/static/custom/js/custom.js index a7bef21..71f77b7 100644 --- a/app/static/custom/js/custom.js +++ b/app/static/custom/js/custom.js @@ -121,7 +121,6 @@ function getdnssec(url){ if (data['status'] == 'error'){ modal.find('.modal-body p').text(data['msg']); - } else { dnssec_msg = ''; @@ -144,8 +143,7 @@ function getdnssec(url){ dnssec_msg += ''; } } - modal.find('.modal-body p').replaceWith(dnssec_msg); - + modal.find('.modal-body p').html(dnssec_msg); } modal.modal('show'); });