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

update httplistener

This commit is contained in:
Luke Pulverenti 2015-11-02 14:29:40 -05:00
parent 519af58a6a
commit 81d876b3cd
5 changed files with 13 additions and 6 deletions

View file

@ -218,7 +218,7 @@
html += '</div>';
html += '<div class="detailSectionContent">';
html += '<div class="childrenItemsContainer itemsContainer fullWidthItemsContainer" style="text-align: left;">';
html += '<div class="childrenItemsContainer itemsContainer" style="text-align: left;">';
html += '<ul class="itemsListview ui-listview" >';
var l = group.Items.length - 1;