fix broken links
This commit is contained in:
parent
ae312524dd
commit
47910db267
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1172,7 +1172,7 @@ var Dashboard = {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
var ApiClient = MediaBrowser.ApiClient.create("Dashboard");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue