mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 19:29:20 +01:00
Use prop() for the disabled attribute.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ function eventsource() {
|
||||
}
|
||||
|
||||
$("#debugBtn").on("click", function () {
|
||||
$("#debugBtn").attr("disabled", true);
|
||||
$("#upload").attr("disabled", true);
|
||||
$("#debugBtn").prop("disabled", true);
|
||||
$("#upload").prop("disabled", true);
|
||||
eventsource();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user