Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv27256

Modified Files:
        List.js.jsp 
Log Message:
should not return any thing if no popup should occur. Returning 'true' worekd 
also, but not in Safari.


See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates


Index: List.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/List.js.jsp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- List.js.jsp 24 Nov 2008 12:37:57 -0000      1.36
+++ List.js.jsp 24 Nov 2008 12:45:22 -0000      1.37
@@ -17,7 +17,7 @@
  * -  mmsrCreated
  *
  * @author Michiel Meeuwissen
- * @version $Id: List.js.jsp,v 1.36 2008/11/24 12:37:57 michiel Exp $
+ * @version $Id: List.js.jsp,v 1.37 2008/11/24 12:45:22 michiel Exp $
  */
 
 
@@ -86,7 +86,11 @@
                        if (!result) {
                            ev.returnValue = '<fmt:message key="invalid" />';
                        }
+                       if (result) {
+                           return null;
+                       } else {
                        return result;
+                       }
                    });
     // automaticly make the entries empty on focus if they evidently contain 
the default value only
     $(this.div).find("input[type='text']").filter(function() {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to