mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
re-org scripts
This commit is contained in:
parent
9fecb9f7c4
commit
d2f14592e9
6 changed files with 5 additions and 10 deletions
|
@ -877,10 +877,6 @@
|
|||
atts.push('data-locationtype="' + (item.LocationType || '') + '"');
|
||||
atts.push('data-index="' + index + '"');
|
||||
|
||||
if (item.IsPlaceHolder) {
|
||||
atts.push('data-placeholder="true"');
|
||||
}
|
||||
|
||||
var html = atts.join(' ');
|
||||
|
||||
if (html) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue