質問編集履歴
1
javascriptの内容を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -92,10 +92,6 @@
|
|
92
92
|
|
93
93
|
$( 'input', this.header() ).on( 'keyup change clear', function () {
|
94
94
|
|
95
|
-
|
96
|
-
|
97
|
-
$('.task-list thead th input').unbind('order.dt');
|
98
|
-
|
99
95
|
if ( that.search() !== this.value ) {
|
100
96
|
|
101
97
|
that.search( this.value ).draw();
|