--- a/web/data/cubicweb.facets.js Wed Jun 09 12:39:55 2010 +0200
+++ b/web/data/cubicweb.facets.js Wed Jun 09 12:43:21 2010 +0200
@@ -4,9 +4,6 @@
* :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
*/
-CubicWeb.require('htmlhelpers.js');
-CubicWeb.require('ajax.js');
-
//============= filter form functions ========================================//
function copyParam(origparams, newparams, param) {
var index = jQuery.inArray(param, origparams[0]);
@@ -240,6 +237,3 @@
jQuery(document).ready(function() {
initFacetBoxEvents();
});
-
-CubicWeb.provide('facets.js');
-