removed extra comma
This commit is contained in:
parent
8f269cf193
commit
3bf0bfdecd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function showError(elementId, errorMsg) {
|
|||
errorDisplay.innerText = errorMsg;
|
||||
}
|
||||
|
||||
function clearError(elementId,) {
|
||||
function clearError(elementId) {
|
||||
var errorDisplay = document.getElementById(elementId);
|
||||
errorDisplay.hidden = true;
|
||||
errorDisplay.innerText = '';
|
||||
|
|
Loading…
Reference in a new issue