diff --git a/DnsServerCore/www/js/main.js b/DnsServerCore/www/js/main.js index c44ebcd4..c43f855d 100644 --- a/DnsServerCore/www/js/main.js +++ b/DnsServerCore/www/js/main.js @@ -1,6 +1,6 @@ /* Technitium DNS Server -Copyright (C) 2018 Shreyas Zare (shreyas@technitium.com) +Copyright (C) 2019 Shreyas Zare (shreyas@technitium.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1553,7 +1553,7 @@ function viewZone(domain, disabled) { list += renderResourceRecord(records[i], domain); } - list += renderAddResourceRecordForm(domain); + list += renderAddResourceRecordForm(); list += ""; @@ -1591,7 +1591,7 @@ function renderStandardResourceRecord(record, domain) { var id = Math.floor(Math.random() * 10000); - var html = "