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

added first play to classes

This commit is contained in:
Luke Pulverenti 2014-02-26 16:31:47 -05:00
parent 0b238590fc
commit b066cb5d7a
7 changed files with 30 additions and 24 deletions

View file

@ -711,7 +711,7 @@ var Dashboard = {
return [{
name: "Dashboard",
href: "dashboard.html",
selected: pageElem.id == "dashboardPage"
selected: page.hasClass("dashboardHomePage")
}, {
name: "Media Library",
divider: true,