Skip to content

Commit

Permalink
Merge pull request #10 from CLOSER-Cohorts/profileValidator
Browse files Browse the repository at this point in the history
Delete existing error messages when new file is uploaded
  • Loading branch information
ollylucl authored Jul 2, 2024
2 parents 32a4f87 + 7a3f7c3 commit bf8856a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
document.getElementById("tv").innerHTML=""
document.getElementById("tq").innerHTML=""
document.getElementById("dv").innerHTML=""
document.getElementById("statusMessage").textContent = ""
submitButtonElement.appendChild(submitButton)
}

Expand Down

0 comments on commit bf8856a

Please sign in to comment.