From 01e8530944721776d41e5bbf92b0dca110e69e2c Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Sun, 2 Aug 2026 18:27:06 -0300 Subject: [PATCH] Fix merge conflict Signed-off-by: RD WebDesign --- scripts/js/settings-dns.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/js/settings-dns.js b/scripts/js/settings-dns.js index d893d620..12cb352c 100644 --- a/scripts/js/settings-dns.js +++ b/scripts/js/settings-dns.js @@ -143,6 +143,7 @@ function fillDNSupstreams(value, servers) { // Keep custom server count in sync while the user edits the manual list $("#DNSupstreamsTextfield").on("input", () => { updateCustomDNSserversTitle(getManualDNSupstreams().length); + }); } function setInterfaceName(name) {