Disable checkbox after starting generation of debug log since the action can not be changed afterwards

This commit is contained in:
DL6ER
2017-02-23 12:22:03 +01:00
parent 20ce214c9f
commit ab974f3f03

View File

@@ -60,5 +60,6 @@ function eventsource() {
$("#debugBtn").on("click", function(){
$("#debugBtn").attr("disabled", true);
$("#upload").attr("disabled", true);
eventsource();
});