File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 185185 var to = $ ( '<input type="text" class="number_range_filter" id="' + sToId + '" rel="' + i + '"/>' ) ;
186186 th . append ( to ) ;
187187 th . append ( _fnRangeLabelPart ( 2 ) ) ;
188- th . wrapInner ( '<span class="filterColumn filter_number_range" />' ) ;
188+ th . wrapInner ( '<span class="filter_column filter_number_range" />' ) ;
189189 var index = i ;
190190 aiCustomSearch_Indexes . push ( i ) ;
191191
253253 var to = $ ( '<input type="text" class="date_range_filter" id="' + sToId + '" rel="' + i + '"/>' ) ;
254254 th . append ( to ) ;
255255 th . append ( _fnRangeLabelPart ( 2 ) ) ;
256- th . wrapInner ( '<span class="filterColumn filter_date_range" />' ) ;
256+ th . wrapInner ( '<span class="filter_column filter_date_range" />' ) ;
257257 to . datepicker ( ) ;
258258 var index = i ;
259259 aiCustomSearch_Indexes . push ( i ) ;
339339
340340 var select = $ ( r + '</select>' ) ;
341341 nTh . html ( select ) ;
342- nTh . wrapInner ( '<span class="filterColumn filter_select" />' ) ;
342+ nTh . wrapInner ( '<span class="filter_column filter_select" />' ) ;
343343 select . change ( function ( ) {
344344 //var val = $(this).val();
345345 if ( $ ( this ) . val ( ) != "" ) {
439439
440440 var checkbox = $ ( r ) ;
441441 th . html ( checkbox ) ;
442- th . wrapInner ( '<span class="filterColumn filter_checkbox" />' ) ;
442+ th . wrapInner ( '<span class="filter_column filter_checkbox" />' ) ;
443443 //on every checkbox selection
444444 checkbox . change ( function ( ) {
445445
You can’t perform that action at this time.
0 commit comments