From 44bda70ae02d6213237d5009f34faea99b24f684 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 20 Jun 2013 16:29:24 -0400 Subject: [PATCH] updated nuget --- dashboard-ui/css/librarybrowser.css | 3 ++- dashboard-ui/scripts/mediaplayer.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e1eff4bec..ab7acb531 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -17,6 +17,7 @@ left: 0; z-index: 1000; top: 0; + border-bottom: 1px solid #111; } .viewMenuLink { @@ -92,7 +93,7 @@ text-align: center; background-image: linear-gradient(#444,#2d2d2d); border-bottom: 1px solid #111; - border-top: 1px solid #111; + border-top: 0; } .libraryViewNav .ui-btn-active { diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index aa1d4e837..e2b73bba5 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -764,6 +764,8 @@ self.playWithWarning = function (items, startPosition, user, localStorageKeyName, header) { + localStorageKeyName += new Date().getMonth(); + if (localStorage.getItem(localStorageKeyName) == "1") { self.playInternal(items[0], startPosition, user);