incorrectly hiding span now.
This commit is contained in:
parent
b250ff780b
commit
2988b61bf5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function showError(el, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function hideError(el) {
|
function hideError(el) {
|
||||||
$(el).parent().next().find("span")
|
$(el).parent().next()
|
||||||
.empty()
|
.empty()
|
||||||
.hide();
|
.hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue