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:
parent
afc7e51fc8
commit
3a997635f3
5 changed files with 11 additions and 4 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue