mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix all this references
This commit is contained in:
parent
1794ab53fe
commit
c2410ecd27
4 changed files with 5 additions and 5 deletions
|
@ -218,7 +218,7 @@ import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
|||
this.showFilterMenu();
|
||||
});
|
||||
const btnSelectView = tabContent.querySelector('.btnSelectView');
|
||||
btnSelectView.addEventListener('click', function (e) {
|
||||
btnSelectView.addEventListener('click', (e) => {
|
||||
libraryBrowser.showLayoutMenu(e.target, this.getCurrentViewStyle(), 'List,Poster,PosterCard'.split(','));
|
||||
});
|
||||
btnSelectView.addEventListener('layoutchange', function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue