Author: michiel
Date: 2010-04-22 17:30:55 +0200 (Thu, 22 Apr 2010)
New Revision: 42014

Modified:
   
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/List.js.jsp
Log:
detail related to IE

Modified: 
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/List.js.jsp
===================================================================
--- 
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/List.js.jsp
        2010-04-22 13:17:40 UTC (rev 42013)
+++ 
mmbase/branches/MMBase-1_9/applications/searchrelate/src/main/webapp/mmbase/searchrelate/List.js.jsp
        2010-04-22 15:30:55 UTC (rev 42014)
@@ -230,8 +230,7 @@
                            ev.returnValue = confirm(result); //'<fmt:message 
key="invalid" />';
                            return ev.returnValue;
                        }
-                       return result;
-
+                      return result == null ? undefined : result; // IE want 
'undefined' to avoid the popup
                    });
     // automaticly make the entries empty on focus if they evidently contain 
the default value only
     this.find("mm_validate", "input").filter(function() {

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to