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

Jifty commits jifty-commit at lists.jifty.org
Fri Oct 3 11:19:35 EDT 2008


Author: sartak
Date: Fri Oct  3 11:19:33 2008
New Revision: 5902

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

Log:
 r73504 at onn:  sartak | 2008-10-03 11:18:52 -0400
 Typo in the field name caused lots of hiveminder sadness


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	Fri Oct  3 11:19:33 2008
@@ -1287,7 +1287,7 @@
                 apply_fragment_updates(response_fragment, f);
             } catch (e) { alert(e) }
 
-            jQuery.each(Jifty.Update.response_hook,
+            jQuery.each(Jifty.Update.response_hooks,
                         function() { this(response_fragment, f) });
         }
 


More information about the Jifty-commit mailing list