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>
<body>
<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>
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">

View File

@ -6,7 +6,7 @@
<body>
<div id="musicRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<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="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
<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");