Author: jmorliaguet
Date: Tue Apr 11 11:49:03 2006
New Revision: 2812

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
Log:

- removed restriction here too. the portlet factory is now working as expected.



Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js (original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Tue Apr 11 
11:49:03 2006
@@ -750,9 +750,6 @@
       if (element.hasClassName(source)) {
         return element;
       }
-      if (!element.childOf(widget)) {
-        return null;
-      }
       element = element.parentNode;
     }
     return null;
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to