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

minor style fixes

This commit is contained in:
Luke Pulverenti 2016-08-07 02:25:51 -04:00
parent afc7e51fc8
commit 3a997635f3
5 changed files with 11 additions and 4 deletions

View file

@ -129,6 +129,11 @@
var hasOpenTag = false;
if (options.showCategory === false) {
html += '<div class="itemsContainer vertical-wrap">';
hasOpenTag = true;
}
for (i = 0, length = availablePlugins.length; i < length; i++) {
plugin = availablePlugins[i];