mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
lint
This commit is contained in:
parent
8e17d603a8
commit
6e5dc7f7d1
@ -744,7 +744,8 @@ class ItemsView {
|
||||
}
|
||||
|
||||
const sortButtons = view.querySelectorAll('.btnSort');
|
||||
|
||||
let i;
|
||||
let length;
|
||||
for (this.sortButtons = sortButtons, i = 0, length = sortButtons.length; i < length; i++) {
|
||||
const sortButton = sortButtons[i];
|
||||
sortButton.addEventListener('click', showSortMenu.bind(this));
|
||||
|
Loading…
Reference in New Issue
Block a user