Fixed the consensus about expired domains.

This commit is contained in:
Revertron
2022-09-05 19:12:46 +02:00
parent beb09ed01c
commit a612f73649
9 changed files with 121 additions and 101 deletions
+2 -1
View File
@@ -191,7 +191,8 @@ function editDomain(domain, event) {
recordsBuffer.push(v);
});
}
document.getElementById("new_domain").value = title.replace("." + domain_data.zone, "");
currentDomain = title.replace("." + domain_data.zone, "");
document.getElementById("new_domain").value = currentDomain;
if (typeof domain_data.info !== 'undefined') {
document.getElementById("info_text").value = domain_data.info;
}