Skip to content

Commit

Permalink
Bad copy/paste....
Browse files Browse the repository at this point in the history
  • Loading branch information
fuddster committed Jan 14, 2023
1 parent e252c10 commit 530b660
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/js/scoutingPASS.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,9 @@ function clearForm() {
if (e.className == "cycle") {
document.getElementById("cycletime_" + code).value = "[]"
document.getElementById("display_" + code).value = ""
} } else {
}
}
} else {
e.value = ""
}
} else if (e.type == "checkbox") {
Expand Down

0 comments on commit 530b660

Please sign in to comment.