Skip to content

Commit

Permalink
Update sortable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlove committed Oct 8, 2022
1 parent 9a7a282 commit 966a223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function sortable(selectors, options) {
button.addEventListener('click', function () {

const dataType = getDataType(tBody, cellIndex);
console.log(dataType);

let direction = 'ascending';
if (th.hasAttribute('aria-sort') && th.getAttribute('aria-sort').toLowerCase() == 'ascending') {
Expand Down

0 comments on commit 966a223

Please sign in to comment.