mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Disable checkbox after starting generation of debug log since the action can not be changed afterwards
This commit is contained in:
@@ -60,5 +60,6 @@ function eventsource() {
|
||||
|
||||
$("#debugBtn").on("click", function(){
|
||||
$("#debugBtn").attr("disabled", true);
|
||||
$("#upload").attr("disabled", true);
|
||||
eventsource();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user