remove javascript positioning of regex filter hint
[MojoFacets.git] / templates / all_checkboxes.html.ep
index 89991e3..7e854b2 100644 (file)
 
 $(document).ready( function(){
 
-$('label span.hint').position({
-       my: 'left bottom',
-       at: 'left top',
-       of: $('label input'),
-});
-
 $('a#all').click( function(){
     $("input[type='checkbox']:not([disabled='disabled'])").attr('checked', true);
         $('#checked-count').text( $('#facet-count').text() );