From c524363843dfd3ae8f83e2ab668635a00c23d3c0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 26 Mar 2013 23:04:51 -0400 Subject: [PATCH] removed interiorLink class --- dashboard-ui/css/site.css | 5 ----- dashboard-ui/scripts/Itemdetailpage.js | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 11535f554f..8eee70ac30 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -91,11 +91,6 @@ pre, textarea.pre { background-attachment: fixed!important; } - .libraryPage .interiorLink { - color: #2489ce; - font-weight: bold; - } - /* Header */ diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index 8cd7793912..187b43ae71 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -233,10 +233,10 @@ html += '  /  '; } - html += '' + item.Genres[i] + ''; + html += '' + item.Genres[i] + ''; } - elem.html(html); + elem.html(html).trigger('create'); } else { @@ -259,10 +259,10 @@ html += '  /  '; } - html += '' + item.Studios[i] + ''; + html += '' + item.Studios[i] + ''; } - elem.html(html); + elem.html(html).trigger('create'); } else {