Remove DKIM keys with api

This commit is contained in:
andryyy
2017-05-09 21:30:08 +02:00
parent 93046dea45
commit a8e550244e
5 changed files with 158 additions and 74 deletions

View File

@@ -309,7 +309,7 @@ $(document).ready(function() {
url: '/api/v1/edit/alias',
jsonp: false,
complete: function (data) {
location.reload();
window.location.href = window.location.href;
}
});
}
@@ -325,7 +325,7 @@ $(document).ready(function() {
url: '/api/v1/edit/alias',
jsonp: false,
complete: function (data) {
location.reload();
window.location.href = window.location.href;
}
});
}
@@ -352,7 +352,7 @@ $(document).ready(function() {
url: '/api/v1/delete/alias',
jsonp: false,
complete: function (data) {
location.reload();
window.location.href = window.location.href;
}
});
})