incorrectly hiding span now.
This commit is contained in:
parent
b250ff780b
commit
2988b61bf5
|
@ -33,7 +33,7 @@ function showError(el, error) {
|
|||
}
|
||||
|
||||
function hideError(el) {
|
||||
$(el).parent().next().find("span")
|
||||
$(el).parent().next()
|
||||
.empty()
|
||||
.hide();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue