1
0
Fork 0
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:
Dmitry Lyzo 2021-04-24 16:21:02 +03:00
parent 1794ab53fe
commit c2410ecd27
4 changed files with 5 additions and 5 deletions

View file

@ -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) {