diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index e23ffec121..2d0e21d821 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -462,7 +462,7 @@ switch (index) { case 0: - return 'smalllibrarytiles-automobile'; + return 'librarytiles-automobile'; case 1: return 'resume'; case 2: @@ -493,6 +493,9 @@ else if (section == 'smalllibrarytiles-automobile') { Sections.loadLibraryTiles(elem, userId, 'homePageSmallBackdrop', index, true); } + else if (section == 'librarytiles-automobile') { + Sections.loadLibraryTiles(elem, userId, 'backdrop', index, true); + } else if (section == 'librarybuttons') { Sections.loadlibraryButtons(elem, userId, index); }