WebApp: reseting quick select options.

This commit is contained in:
Shreyas Zare
2018-09-22 17:18:43 +05:30
parent 69164b3cfa
commit 83d25a707f

View File

@@ -427,6 +427,8 @@ function loadDnsSettings() {
$("#txtForwarders").val(value);
}
$("#optQuickForwarders").val("none");
switch (responseJSON.response.forwarderProtocol.toLowerCase()) {
case "tcp":
$("#rdForwarderProtocolTcp").prop("checked", true);