mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: eslint no-shadow errors
This commit is contained in:
parent
6a93a2eb29
commit
832b9eaf4d
30 changed files with 273 additions and 271 deletions
|
@ -226,7 +226,7 @@ import Dashboard from '../../utils/dashboard';
|
|||
loadSuggestionsTab(view, tabContent, params.topParentId);
|
||||
}
|
||||
|
||||
function enableScrollX() {
|
||||
function enableScrollXmobile() {
|
||||
return browser.mobile;
|
||||
}
|
||||
|
||||
|
@ -362,7 +362,7 @@ import Dashboard from '../../utils/dashboard';
|
|||
const containers = tabContent.querySelectorAll('.itemsContainer');
|
||||
|
||||
for (let i = 0, length = containers.length; i < length; i++) {
|
||||
setScrollClasses(containers[i], enableScrollX());
|
||||
setScrollClasses(containers[i], enableScrollXmobile());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue