--- 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));