mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 10:19:35 +00:00
Fix resolver warning message not being displayed in setup.
This commit is contained in:
@@ -83,7 +83,7 @@ $(document).ready(function() {
|
||||
$("#ipv6").hide();
|
||||
}
|
||||
});
|
||||
$("#unbound").change(function() {
|
||||
$("#resolver_enabled").change(function() {
|
||||
if ($(this).is(":checked")) {
|
||||
$("#unbound").hide();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user