web/data/cubicweb.facets.js
changeset 6551 50ec97e4f9cc
parent 5937 82cac9383dd8
child 7281 daee8aec3b9b
child 7602 fbda46a4944f
--- a/web/data/cubicweb.facets.js	Tue Oct 19 13:21:47 2010 +0200
+++ b/web/data/cubicweb.facets.js	Tue Oct 19 14:06:26 2010 +0200
@@ -92,14 +92,14 @@
                 $node.loadxhtml('json', ajaxFuncArgs('render', {
                     'rql': rql
                 },
-                'boxes', 'edit_box'));
+                'ctxcomponents', 'edit_box'));
             }
             $node = jQuery('#breadcrumbs')
             if ($node.length) {
                 $node.loadxhtml('json', ajaxFuncArgs('render', {
                     'rql': rql
                 },
-                'components', 'breadcrumbs'));
+                'ctxcomponents', 'breadcrumbs'));
             }
         }
         var d = loadRemote('json', ajaxFuncArgs('filter_select_content', null, toupdate, rql));