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 {