Merge pull request #317 from pi-hole/tweak/settings

Several minor tweaks for the Settings page
This commit is contained in:
DL6ER
2017-01-02 17:23:12 +01:00
committed by GitHub
2 changed files with 37 additions and 9 deletions
+1
View File
@@ -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;