mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-28 18:55:15 +00:00
WebApp: reseting quick select options.
This commit is contained in:
@@ -427,6 +427,8 @@ function loadDnsSettings() {
|
||||
$("#txtForwarders").val(value);
|
||||
}
|
||||
|
||||
$("#optQuickForwarders").val("none");
|
||||
|
||||
switch (responseJSON.response.forwarderProtocol.toLowerCase()) {
|
||||
case "tcp":
|
||||
$("#rdForwarderProtocolTcp").prop("checked", true);
|
||||
|
||||
Reference in New Issue
Block a user