Unnecessary handler removed

This commit is contained in:
RetiredWizard 2022-08-05 02:06:45 -04:00 committed by GitHub
parent 85d959b953
commit ed6f9eac04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');