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

added collapsible placeholders

This commit is contained in:
Luke Pulverenti 2013-04-15 19:04:50 -04:00
parent 1879df6806
commit 157bb32f94

View file

@ -40,6 +40,23 @@
</div>
</div>
<div data-role="collapsible" id="moviesCollapsible">
<h3>Movies</h3>
<div id="moviesContent"></div>
</div>
<div data-role="collapsible" id="trailersCollapsible" class="hide">
<h3>Trailers</h3>
<div id="trailersContent"></div>
</div>
<div data-role="collapsible" id="castCollapsible" class="hide">
<h3>Cast & Crew</h3>
<div id="castContent"></div>
</div>
<div data-role="collapsible" id="galleryCollapsible">
<h3>Gallery</h3>
<div id="galleryContent"></div>
</div>
</div>
</div>
</body>