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

fix broken links

This commit is contained in:
Luke Pulverenti 2013-04-01 13:00:38 -04:00
parent ae312524dd
commit 47910db267
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
</head> </head>
<body> <body>
<div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="../index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1> <img src="css/images/home.png"></a>Movies</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">

View file

@ -6,7 +6,7 @@
<body> <body>
<div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a"> <div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink"> <h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>TV Shows</h1> <img src="css/images/home.png"></a>Music</h1>
<div data-role="content"> <div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true"> <div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<a href="musicrecommended.html" data-role="button" class="ui-btn-active">Recommended</a> <a href="musicrecommended.html" data-role="button" class="ui-btn-active">Recommended</a>

View file

@ -1172,7 +1172,7 @@ var Dashboard = {
} }
} }
}; };
var ApiClient = MediaBrowser.ApiClient.create("Dashboard"); var ApiClient = MediaBrowser.ApiClient.create("Dashboard");