web/data/cubicweb.formfilter.js
changeset 368 84a5106840fa
parent 5 64072193bd48
child 434 915b4c6ffe5e
--- a/web/data/cubicweb.formfilter.js	Thu Jan 08 10:50:30 2009 +0100
+++ b/web/data/cubicweb.formfilter.js	Thu Jan 08 12:12:40 2009 +0100
@@ -107,12 +107,6 @@
 
 function initFacetBoxEvents(root){
     root = root || document;
-    jQuery(root).find('div.facetBody').each(function (){
-    	 var height = jQuery(this).height();
-	 if (height > 160){
-	     jQuery(this).addClass('owerflowed');
-	 }
-    });
     jQuery(root).find('form').each(function () {
 	var form = jQuery(this);
 	var facetargs = form.attr('cubicweb:facetargs');