includes/clientside/static/autocomplete.js
changeset 73 0a74676a2f2f
parent 1 fe660c52c48f
child 184 d74ff822acc9
--- 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');