From c74ba9980b09f0de77f1ff3af4ef66a240c813de Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 31 Jul 2016 13:26:11 -0400 Subject: [PATCH] fix library setup --- dashboard-ui/scripts/medialibrarypage.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index cefc9caaeb..dbfdffb86f 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -320,16 +320,10 @@ html += ''; } - // cardContent - html += ""; - - // cardScalable - html += ""; - if (!imgUrl && virtualFolder.showNameWithIcon) { html += '

'; - html += '' + (virtualFolder.icon || getIcon(virtualFolder.CollectionType)) + ''; + html += '' + (virtualFolder.icon || getIcon(virtualFolder.CollectionType)) + ''; if (virtualFolder.showNameWithIcon) { html += '
'; @@ -340,6 +334,12 @@ html += '

'; } + // cardContent + html += ""; + + // cardScalable + html += ""; + html += '
'; if (virtualFolder.showMenu !== false) {