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

Jifty commits jifty-commit at lists.jifty.org
Fri Aug 8 18:56:26 EDT 2008


Author: alexmv
Date: Fri Aug  8 18:56:25 2008
New Revision: 5679

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

Log:
 r35584 at kohr-ah:  chmrr | 2008-08-08 18:56:13 -0400
  * Don't forget to include the mode


Modified: jifty/trunk/share/web/static/js/jifty_subs.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty_subs.js	(original)
+++ jifty/trunk/share/web/static/js/jifty_subs.js	Fri Aug  8 18:56:25 2008
@@ -17,6 +17,7 @@
     var onPushHandler = function(t) {
         var rid =  t.firstChild.getAttribute('id');
         var f = { region: rid, path: '' };
+        f['mode']               =  t.getAttribute('mode');
         f['effect']             =  t.getAttribute('effect');
         f['effect_args']        =  t.getAttribute('effect_args');
         f['remove_effect']      =  t.getAttribute('remove_effect');


More information about the Jifty-commit mailing list