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

change cast icon state appropriately

This commit is contained in:
Luke Pulverenti 2014-02-23 15:35:58 -05:00
parent fd80cb3da5
commit 45bcd1b40a
3 changed files with 414 additions and 32 deletions

View file

@ -53,9 +53,13 @@
html += '</div>';
$(page).prepend(html);
var $page = $(page);
$page.prepend(html);
$('.viewMenuBar', page).trigger('create');
$page.trigger('headercreated');
}
function insertViews(page, user, counts, liveTvInfo) {