mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #317 from pi-hole/tweak/settings
Several minor tweaks for the Settings page
This commit is contained in:
@@ -55,6 +55,7 @@ $(".confirm-flushlogs").confirm({
|
||||
|
||||
$("#DHCPchk").click(function() {
|
||||
$("input.DHCPgroup").prop("disabled", !this.checked);
|
||||
$("#dhcpnotice").prop("hidden", !this.checked).addClass("lookatme");
|
||||
});
|
||||
|
||||
var leasetable;
|
||||
|
||||
Reference in New Issue
Block a user