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

add js local asset manager

This commit is contained in:
Luke Pulverenti 2015-06-03 01:30:14 -04:00
parent 2eff956685
commit 6e6bf85030
6 changed files with 92 additions and 3 deletions

View file

@ -123,8 +123,10 @@
textLines.push(' ');
}
html += '<div class="cardText" style="text-align:right; position:absolute; bottom:5px; right: 5px;">';
html += '<button class="btnJobMenu" type="button" data-inline="true" data-iconpos="notext" data-icon="ellipsis-v" style="margin: 0 0 0;"></button>';
html += '<div class="cardText" style="text-align:right; position:absolute; bottom:5px; right: 5px;font-size:20px;">';
html += '<button type="button" data-role="none" class="btnJobMenu imageButton">';
html += '<i class="material-icons">more_vert</i>';
html += '</button>';
html += "</div>";
for (var i = 0, length = textLines.length; i < length; i++) {