From 4ed4238b7c399035c0e4168cc6ef2c062ac5bbb7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Oct 2013 21:47:44 -0400 Subject: [PATCH] change remote episode provider to xml reader --- dashboard-ui/itemdetails.html | 1 - dashboard-ui/scripts/Itemdetailpage.js | 6 ------ 2 files changed, 7 deletions(-) diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 3fe5aa930..2cc7a7b73 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -159,7 +159,6 @@

-

diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 42a88c34f..2e3aaef50 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -265,12 +265,6 @@ } else { detailsSection.removeClass('hide'); } - - if (item.Path) { - $('.itemPath', page).show().html('Path:  ' + '' + item.Path + ''); - } else { - $('.itemPath', page).hide(); - } } function getArtistLinksHtml(artists) {