includes/clientside/static/login.js
changeset 1176 5c98b9f181f0
parent 1136 8c664c96fccd
child 1210 ad49fa34ff3c
--- a/includes/clientside/static/login.js	Fri Dec 18 19:06:49 2009 -0500
+++ b/includes/clientside/static/login.js	Fri Dec 18 19:17:18 2009 -0500
@@ -121,7 +121,7 @@
   logindata.mb_object.onclick['Cancel'] = function()
   {
     // Hide the error message, if any
-    $('ajax_login_error_box').remove();
+    $('#ajax_login_error_box').remove();
     // Hide the captcha, if any
     if ( document.getElementById('autoCaptcha') )
     {