diff --git a/dashboard-ui/bower_components/iron-selector/.bower.json b/dashboard-ui/bower_components/iron-selector/.bower.json index 31050826e..68996d04d 100644 --- a/dashboard-ui/bower_components/iron-selector/.bower.json +++ b/dashboard-ui/bower_components/iron-selector/.bower.json @@ -28,14 +28,14 @@ "web-component-tester": "*", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "homepage": "https://github.com/PolymerElements/iron-selector", + "homepage": "https://github.com/polymerelements/iron-selector", "_release": "1.0.2", "_resolution": { "type": "version", "tag": "v1.0.2", "commit": "ea22d91d11ba6f72c01faa952d5e600f9d1773cf" }, - "_source": "git://github.com/PolymerElements/iron-selector.git", + "_source": "git://github.com/polymerelements/iron-selector.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-selector" + "_originalSource": "polymerelements/iron-selector" } \ No newline at end of file diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 90dabee37..60db3ffa3 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1366,13 +1366,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } -@media all and (min-height: 1079px) and (min-width: 1400px) { - - .type-home { - overflow-x: visible !important; - } -} - .channelHeader { padding: 1em; text-align: center; diff --git a/dashboard-ui/favorites.html b/dashboard-ui/favorites.html index d8ef0f8d9..c8f971903 100644 --- a/dashboard-ui/favorites.html +++ b/dashboard-ui/favorites.html @@ -4,7 +4,7 @@ Emby -
+
home${TabHome} diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 04912490f..521114af2 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -5,7 +5,7 @@ -
+
home${TabHome} diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 69a447743..8d7b3362e 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -172,6 +172,7 @@ }).on('pagebeforeshowready', "#indexPage", function () { + var args = arguments; var page = this; if (window.ApiClient) { diff --git a/dashboard-ui/scripts/librarymenu.js b/dashboard-ui/scripts/librarymenu.js index 52c10d5f4..8f70a5ad6 100644 --- a/dashboard-ui/scripts/librarymenu.js +++ b/dashboard-ui/scripts/librarymenu.js @@ -804,7 +804,7 @@ function updateBackButton(page) { - var canGoBack = backStack.length > 0 && page.classList.contains('itemDetailPage'); + var canGoBack = backStack.length > 0 && !page.classList.contains('homePage'); $('.headerBackButton').visible(canGoBack);