Skip to content

Commit

Permalink
Merge pull request #24 from PWNAGERobotics/main
Browse files Browse the repository at this point in the history
Update from PWNAGE head
  • Loading branch information
fuddster committed Jan 14, 2023
2 parents 5ac8119 + 530b660 commit a231479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/scoutingPASS.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ function clearForm() {
document.getElementById("display_" + code).value = ""
}
}
} else {
} else {
e.value = ""
}
} else if (e.type == "checkbox") {
Expand Down Expand Up @@ -1163,7 +1163,7 @@ function resetTimer(event) {
intervalIdField = document.getElementById("intervalId" + tId);
var intervalId = intervalIdField.value;
timerStatus.value = 'stopped';
startButton.innerHTML = "Start";
startButton.setAttribute("value", "Start");
if (intervalId != '') {
clearInterval(intervalId);
}
Expand Down

0 comments on commit a231479

Please sign in to comment.