mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Fixed DNSSEC popup not updating after clicking on an enabled zone.
This commit is contained in:
@ -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 += '</form>';
|
||||
}
|
||||
}
|
||||
modal.find('.modal-body p').replaceWith(dnssec_msg);
|
||||
|
||||
modal.find('.modal-body p').html(dnssec_msg);
|
||||
}
|
||||
modal.modal('show');
|
||||
});
|
||||
|
Reference in New Issue
Block a user