Add ajax call for refresh

This commit is contained in:
Jeroen Boonstra 2018-06-08 13:26:06 +02:00
parent 689b25817c
commit 18133ab19c

View file

@ -212,6 +212,13 @@ function getdnssec(url, domain){
});
}
function reload_domains(url) {
$.getJSON(url, function(data) {
$('#modal_bg_reload_content').html("<i class=\"fa fa-check\"></i> Finished: " + data['result']['msg']);
})
}
// pretty JSON
json_library = {
replacer: function(match, pIndent, pKey, pVal, pEnd) {