Skip to content

Commit

Permalink
Line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jul 16, 2024
1 parent 11e6ea7 commit 74cd6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/officers.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@
}

function addOfficer() {
if (document.getElementById("userIDInput").value.length > 0 && document.getElementById("officershipIDInput").value.length > 0) {
if (document.getElementById("userIDInput").value.length > 0 &&
document.getElementById("officershipIDInput").value.length > 0) {
document.getElementById("addOfficerForm").submit();
return;
}
Expand Down

0 comments on commit 74cd6c6

Please sign in to comment.