[Jifty-commit] r7670 - jifty/trunk/share/web/static/js

Jifty commits jifty-commit at lists.jifty.org
Tue Nov 24 10:54:42 EST 2009


Author: c9s
Date: Tue Nov 24 10:54:41 2009
New Revision: 7670

Modified:
   jifty/trunk/share/web/static/js/jifty.js

Log:
fix jifty.js syntax error, it breaks ie7

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	Tue Nov 24 10:54:41 2009
@@ -1517,7 +1517,7 @@
                 contentType: 'text/x-json',
                 error:       onFailure,
                 success:     onSuccess,
-                complete:    Jifty.preload_action_respond,
+                complete:    Jifty.preload_action_respond
             });
         }
     };


More information about the Jifty-commit mailing list