[Jifty-commit] r5336 - in jifty/trunk: share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 24 17:43:06 EDT 2008


Author: sartak
Date: Thu Apr 24 17:43:05 2008
New Revision: 5336

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r54485 at onn:  sartak | 2008-04-24 17:42:59 -0400
 Opera and Safari share some of the blame here


Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Thu Apr 24 17:43:05 2008
@@ -1128,7 +1128,7 @@
 
         if (a.register) {
             if (a.hasUpload()) {
-                // XXX: restore default behavior in IE
+                // XXX: restore default behavior in IE (and Opera, Safari)
                 if(window.event) {
                     window.event.returnValue = true;
                 }


More information about the Jifty-commit mailing list