-
\ No newline at end of file
+
Index: lams_admin/web/userorg.jsp
===================================================================
diff -u -r37bb2ae017713b44cdfd6a55cfceca28c3efab02 -r1ef1213820fe7ff7c6f4a9238b3f489a25012c63
--- lams_admin/web/userorg.jsp (.../userorg.jsp) (revision 37bb2ae017713b44cdfd6a55cfceca28c3efab02)
+++ lams_admin/web/userorg.jsp (.../userorg.jsp) (revision 1ef1213820fe7ff7c6f4a9238b3f489a25012c63)
@@ -36,7 +36,8 @@
jQuery(document).ready(function() {
jQuery("div#existing").load(
"user/basiclist.do",
- {orgId:
},
+ {orgId:
,
+ "
":"
"},
function() {
updateExistingTotal();
jQuery("li", this).each(function() {
@@ -87,6 +88,7 @@
jQuery("div#potential").load(
"user/basiclist.do",
{orgId:
,
+ "
":"
",
potential: potential},
function() {
loadSearchResultsCallback(potential);
@@ -96,6 +98,7 @@
jQuery("div#potential").load(
"user/searchsingle.do",
{term: jQuery("#term").val(),
+ "
":"
",
orgId:
},
function() {
loadSearchResultsCallback(potential);
@@ -205,6 +208,7 @@