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

make scripts more modular

This commit is contained in:
Luke Pulverenti 2015-05-14 13:16:29 -04:00
parent 284e61038d
commit ce35317652
11 changed files with 109 additions and 86 deletions

View file

@ -89,7 +89,8 @@
showTitle: true,
coverImage: true,
centerImage: true,
textLines: getAdditionalTextLines
textLines: getAdditionalTextLines,
cardLayout: true
});
$('.itemsContainer', elem).html(html).lazyChildren();
}