Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Oct 15, 2020
1 parent 9fff27d commit ac6ded2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/static/base/scripts/datatables-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ $(document).ready(function () {

if (dateColumnIndex >= 0) {
const $btnToday = $('<button class="btn btn-secondary mb-2 ml-2">letztes <span class="fas fa-arrow-down"></span></button>');
const query = `tbody > tr > td:eq(${dateColumnIndex})`;
$btnToday.click(e => highlightMostRecentItem());
$buttonRow.append($btnToday);
}
Expand Down

0 comments on commit ac6ded2

Please sign in to comment.