Small UI fix, added contacts button (for now disabled).

This commit is contained in:
Revertron
2021-04-27 19:05:24 +02:00
parent 5cacc30b41
commit e7c2814971
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -215,6 +215,10 @@ function recordOkay(okay) {
}
function createDomain() {
if (typeof currentZone == 'undefined') {
showWarning("Select a domain zone first");
return;
}
var new_domain = document.getElementById("new_domain").value.toLowerCase();
var domain = new_domain + "." + currentZone.name;
var data = {};