|
@@ -96,7 +96,8 @@ public class HsTasksPage extends HsView {
|
|
|
private String jobsPostTableInit() {
|
|
|
return "var asInitVals = new Array();\n" +
|
|
|
"$('tfoot input').keyup( function () \n{"+
|
|
|
- " tasksDataTable.fnFilter( this.value, $('tfoot input').index(this) );\n"+
|
|
|
+ " $('.dt-tasks').dataTable().fnFilter("+
|
|
|
+ " this.value, $('tfoot input').index(this) );\n"+
|
|
|
"} );\n"+
|
|
|
"$('tfoot input').each( function (i) {\n"+
|
|
|
" asInitVals[i] = this.value;\n"+
|