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

update sync display

This commit is contained in:
Luke Pulverenti 2016-08-17 01:29:05 -04:00
parent 89dfdfb110
commit 4f2ce200aa
8 changed files with 354 additions and 27 deletions

View file

@ -125,9 +125,12 @@
html += getPluginHtml(topPlugins[i], options, installedPlugins);
}
html += '</div>';
html += '<br/>';
html += '<br/>';
}
var hasOpenTag = false;
currentCategory = null;
if (options.showCategory === false) {
html += '<div class="itemsContainer vertical-wrap">';
@ -148,7 +151,6 @@
html += '</div>';
html += '<br/>';
html += '<br/>';
html += '<br/>';
}
html += '<div class="detailSectionHeader">' + category + '</div>';