Index: lams_admin/web/userorg.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/userorg.jsp,v diff -u -r1.21 -r1.22 --- lams_admin/web/userorg.jsp 29 Sep 2012 13:58:15 -0000 1.21 +++ lams_admin/web/userorg.jsp 5 Oct 2012 09:38:17 -0000 1.22 @@ -79,7 +79,7 @@ function loadSearchResultsCallback(potential) { updatePotentialTotal(); - jQuery("li", this).each(function() { + jQuery("li", "div#potential").each(function() { var rowHtml = jQuery(this).html(); jQuery(this).html(""+rowHtml+""); });