Add glowing notification that users should disabled their router's DHCP server when first activating the DHCP server

This commit is contained in:
DL6ER
2017-01-02 13:17:45 +01:00
parent 725233871a
commit 4209320b87
2 changed files with 18 additions and 2 deletions

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;