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

Jifty commits jifty-commit at lists.jifty.org
Tue Nov 24 16:14:05 EST 2009


Author: yves
Date: Tue Nov 24 16:14:04 2009
New Revision: 7672

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

Log:
element is needed to apply behaviour on facebox


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 16:14:04 2009
@@ -1038,6 +1038,7 @@
                 // Once we find it, do the insertion
                 if (f['mode'] == 'Popout') {
                     jQuery.facebox(textContent);
+                    element = document.getElementById('region-' + f['region']);
                 } else if (f['mode'] && (f['mode'] != 'Replace')) {
                     var method = ({
                         After: 'after',


More information about the Jifty-commit mailing list