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

add connect icon

This commit is contained in:
Luke Pulverenti 2014-09-14 15:27:29 -04:00
parent 598d0a5761
commit a732797f08

View file

@ -2,7 +2,7 @@
function deleteUser(page, id) { function deleteUser(page, id) {
$('.userMenu', page).on("popupafterclose.deleteuser", function() { $('.userMenu', page).on("popupafterclose.deleteuser", function () {
$(this).off('popupafterclose.deleteuser'); $(this).off('popupafterclose.deleteuser');
@ -98,7 +98,7 @@
html += '<div class="cardImage" style="background-image:url(\'' + imgUrl + '\');">'; html += '<div class="cardImage" style="background-image:url(\'' + imgUrl + '\');">';
if (user.ConnectUserId) { if (user.ConnectUserId) {
html += '<div class="playedIndicator"><div class="ui-icon-cloud ui-btn-icon-notext"></div></div>'; html += '<div class="playedIndicator" title="' + Globalize.translate('TooltipLinkedToMediaBrowserConnect') + '"><div class="ui-icon-cloud ui-btn-icon-notext"></div></div>';
} }
html += "</div>"; html += "</div>";