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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Apr 21 00:28:08 EDT 2006


Author: alexmv
Date: Fri Apr 21 00:28:08 2006
New Revision: 882

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

Log:
 r12457 at zoq-fot-pik:  chmrr | 2006-04-21 00:27:55 -0400
  * name is assumed to be a fully-qualified region name


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 Apr 21 00:28:08 2006
@@ -428,6 +428,10 @@
                 element = element.parentNode;
             }
 
+            if (f['parent']) {
+                f['region'] = name = f['parent'] + '-' + name;
+            }
+
             // Make the region (for now)
             new Region(name, f['args'], f['path'], f['parent']);
         } else if (f['path'] == null) {


More information about the Jifty-commit mailing list