diff -r 1e2c9819ede3 -r 5c98b9f181f0 includes/clientside/static/login.js --- 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') ) {