質問編集履歴

1

javascriptの内容を修正

2020/08/05 13:06

投稿

montai21
montai21

スコア15

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();