incorrectly hiding span now.

This commit is contained in:
naomiaro 2011-02-08 00:20:17 -05:00
parent b250ff780b
commit 2988b61bf5
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }