mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lint
This commit is contained in:
parent
8e17d603a8
commit
6e5dc7f7d1
1 changed files with 2 additions and 1 deletions
|
@ -744,7 +744,8 @@ class ItemsView {
|
||||||
}
|
}
|
||||||
|
|
||||||
const sortButtons = view.querySelectorAll('.btnSort');
|
const sortButtons = view.querySelectorAll('.btnSort');
|
||||||
|
let i;
|
||||||
|
let length;
|
||||||
for (this.sortButtons = sortButtons, i = 0, length = sortButtons.length; i < length; i++) {
|
for (this.sortButtons = sortButtons, i = 0, length = sortButtons.length; i < length; i++) {
|
||||||
const sortButton = sortButtons[i];
|
const sortButton = sortButtons[i];
|
||||||
sortButton.addEventListener('click', showSortMenu.bind(this));
|
sortButton.addEventListener('click', showSortMenu.bind(this));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue