web/data/cubicweb.facets.js
changeset 5699 f4f6ee3af50b
parent 5679 0f2ded880d01
child 5910 432c657ebfec
--- 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');
-