diff --git a/public/js/index.js b/public/js/index.js index a0eea8929744..d3736da974a8 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -2149,7 +2149,7 @@ function initTopicbar() { var topicArray = topics.split(","); var last = viewDiv.children("a").last(); for (var i=0;i < topicArray.length; i++) { - $('
'+topicArray[i]+'
').insertBefore(last) + $('
'+topicArray[i]+'
').insertBefore(last) } } }).done(function() { @@ -2166,10 +2166,11 @@ function initTopicbar() { transition : 'horizontal flip', duration : 200, variation : false, - teal : true + blue : true, + basic: true, }, className: { - label: 'ui label teal' + label: 'ui green basic label' }, apiSettings: { url: suburl + '/api/v1/topics/search?q={query}',