diff -r bda11e521e8a -r 0a74676a2f2f includes/clientside/static/autocomplete.js --- a/includes/clientside/static/autocomplete.js Sat Jul 21 11:28:59 2007 -0400 +++ b/includes/clientside/static/autocomplete.js Sat Jul 21 18:12:10 2007 -0400 @@ -251,22 +251,10 @@ unSelectMenuOn = true; submitAuthorized = false; body.appendChild(thediv); - - unObj.onblur = function() { CheckDestroyUsernameDropdowns(thediv.id); }; } }); } -function CheckDestroyUsernameDropdowns(id) -{ - elem = document.getElementById(id); - if(!elem) return; - if(queryOnObj(elem, 100)) - { - destroyUsernameDropdowns(); - } -} - function destroyUsernameDropdowns() { var divs = document.getElementsByTagName('div');