--- apachesolr.js 2009-01-19 07:11:50.000000000 -0800 +++ apachesolr_patched.js 2009-06-29 13:40:21.000000000 -0700 @@ -2,7 +2,7 @@ $(document).ready(function() { $('.apachesolr-hidden-facet').hide(); - $('').text(Drupal.t('Show more')).click(function() { + $('').text(Drupal.t('Show more')).click(function() { if ($(this).prev().find('.apachesolr-hidden-facet:visible').length == 0) { $(this).prev().find('.apachesolr-hidden-facet').show();