Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Koopzington committed Jan 11, 2024
1 parent 194890a commit 4743dd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Tools/BetterBrowse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ class BetterBrowse implements Tool {
initComplete: function () {
document.querySelector('.dataTables_length').classList.add('form-inline')
document.querySelector('.dataTables_length select').classList.add('form-control')
document.querySelector('#table_filter input').classList.add('form-control')
const tableSearchInput: HTMLInputElement = document.querySelector('#table_filter input')
tableSearchInput.classList.add('form-control')
// Replace label with Placeholder
document.querySelector('#table_filter label').childNodes[0].remove()
tableSearchInput.placeholder = 'Search'
},
columns: this.Columns.getColumns([
'title',
Expand Down

0 comments on commit 4743dd8

Please sign in to comment.