From 2988b61bf527d5ec90ae4a9b031fc77a585c3325 Mon Sep 17 00:00:00 2001 From: naomiaro Date: Tue, 8 Feb 2011 00:20:17 -0500 Subject: [PATCH] incorrectly hiding span now. --- public/js/airtime/library/spl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/airtime/library/spl.js b/public/js/airtime/library/spl.js index 1848eef5f..4ef955b5c 100644 --- a/public/js/airtime/library/spl.js +++ b/public/js/airtime/library/spl.js @@ -33,7 +33,7 @@ function showError(el, error) { } function hideError(el) { - $(el).parent().next().find("span") + $(el).parent().next() .empty() .hide(); }