Use .hidden/.show for showing/hiding the reset buttons

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-23 13:03:07 +03:00
parent 821b283cf2
commit e70e108cce
14 changed files with 24 additions and 28 deletions

View File

@@ -105,7 +105,7 @@ function checkMessages() {
$("#pihole-diagnosis").prop("title", title);
$("#pihole-diagnosis-count").text(data.message_count);
$("#pihole-diagnosis").removeClass("d-none");
$("#pihole-diagnosis").removeClass("hidden");
}
});
}