From 11904a174cedb8a33958532874abf4b2bdbe5e3f Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 16 Jan 2021 20:24:18 +0530 Subject: [PATCH] webapp: updated footer link to Donate. --- DnsServerCore/www/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerCore/www/js/main.js b/DnsServerCore/www/js/main.js index 2b0e6940..53f1c701 100644 --- a/DnsServerCore/www/js/main.js +++ b/DnsServerCore/www/js/main.js @@ -90,7 +90,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 | Donate | DNS Client |  GitHub | About
"); //dropdown list box support $('.dropdown').on('click', 'a', function (e) {