Author: shuber
Date: Mon Aug 7 10:55:18 2006
New Revision: 14850
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14850&repname=jahia
Log:
Fix problem with popup closing when clicking on view membership / view members
link.
Modified:
trunk/core/src/webapp/jsp/jahia/engines/users/selectUG.jsp
Modified: trunk/core/src/webapp/jsp/jahia/engines/users/selectUG.jsp
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/jsp/jahia/engines/users/selectUG.jsp&rev=14850&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/engines/users/selectUG.jsp (original)
+++ trunk/core/src/webapp/jsp/jahia/engines/users/selectUG.jsp Mon Aug 7
10:55:18 2006
@@ -34,6 +34,7 @@
<script type="text/javascript">
var defaultAction = "searchUsers";
+ window.onunload = null;
function sendForm(action) {
defaultAction = action;