1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix overlay menus

This commit is contained in:
Luke Pulverenti 2016-05-31 22:46:38 -04:00
parent a15cc23c27
commit 6dae843884
6 changed files with 244 additions and 246 deletions

View file

@ -119,6 +119,7 @@
}
elem.innerHTML = html;
LibraryBrowser.createCardMenus(elem);
ImageLoader.lazyChildren(elem);
}
return function (view, params, tabContent) {