diff --git a/DnsServerCore/www/js/main.js b/DnsServerCore/www/js/main.js index 44ecf966..2a2e75f8 100644 --- a/DnsServerCore/www/js/main.js +++ b/DnsServerCore/www/js/main.js @@ -55,7 +55,8 @@ function showPageMain(username) { $("#dhcpTabListLeases").addClass("active"); $("#dhcpTabPaneLeases").addClass("active"); - $("#divZoneViewer").hide(); + $("#divViewZones").show(); + $("#divEditZone").hide(); $("#txtDnsClientNameServer").val("This Server (this-server)"); $("#txtDnsClientDomain").val(""); @@ -87,7 +88,7 @@ $(function () { var headerHtml = $("#header").html(); $("#header").html("
\"TechnitiumTechnitium" + headerHtml + "
"); - $("#footer").html("
Technitium | Blog | Become A Patron | DNS Client |  GitHub | About
"); + $("#footer").html("
Technitium | Blog | Become A Patron | DNS Client |  GitHub | About
"); //dropdown list box support $('.dropdown').on('click', 'a', function (e) {