diff --git a/code/web/interface/themes/responsive/CollectionSpotlight/collectionSpotlightTabs.tpl b/code/web/interface/themes/responsive/CollectionSpotlight/collectionSpotlightTabs.tpl index 9fb290e487..e608260922 100644 --- a/code/web/interface/themes/responsive/CollectionSpotlight/collectionSpotlightTabs.tpl +++ b/code/web/interface/themes/responsive/CollectionSpotlight/collectionSpotlightTabs.tpl @@ -141,7 +141,7 @@ var selectedOption = availableLists.options[availableLists.selectedIndex]; var selectedList = selectedOption.value; - $("#collectionSpotlight{$collectionSpotlight->id} .titleScroller.active").removeClass('active').hide(); + $("#collectionSpotlight{$collectionSpotlight->id} .active").removeClass('active').hide(); $("#" + selectedList).addClass('active').show(); // update view more link with data.url for the selectedOption showList(availableLists.selectedIndex);