Unnecessary handler removed
This commit is contained in:
parent
85d959b953
commit
ed6f9eac04
@ -58,12 +58,6 @@ class SortableTable {
|
|||||||
tbodyNode.appendChild(rowNodes[dataCells[i].index]);
|
tbodyNode.appendChild(rowNodes[dataCells[i].index]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EVENT HANDLERS */
|
|
||||||
|
|
||||||
handleSort(event) {
|
|
||||||
this.setColumnHeaderSort(tgt.getAttribute(columnIndex));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var sortable_directory = document.querySelector('table.sortable');
|
var sortable_directory = document.querySelector('table.sortable');
|
||||||
|
Loading…
Reference in New Issue
Block a user