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

updated nuget

This commit is contained in:
Luke Pulverenti 2014-04-15 00:23:08 -04:00
parent b7235c797f
commit b6526b65d0
3 changed files with 13 additions and 13 deletions

View file

@ -492,7 +492,6 @@ var Dashboard = {
html += '<img style="max-width:28px;vertical-align:middle;margin-right:5px;" src="' + imageUrl + '" />';
}
html += user.Name;
html += '</h3>';
@ -513,7 +512,7 @@ var Dashboard = {
$(this).off("panelafterclose").remove();
});
$('#chkEnableThemeSongs', elem).checked(ThemeSongManager.enabled()).checkboxradio('refresh');
$('#chkEnableThemeSongs', elem).checked(window.ThemeSongManager.enabled()).checkboxradio('refresh');
});
},