File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2149,7 +2149,7 @@ function initTopicbar() {
2149
2149
var topicArray = topics . split ( "," ) ;
2150
2150
var last = viewDiv . children ( "a" ) . last ( ) ;
2151
2151
for ( var i = 0 ; i < topicArray . length ; i ++ ) {
2152
- $ ( '<div class="ui label teal topic" style="cursor:pointer;">' + topicArray [ i ] + '</div>' ) . insertBefore ( last )
2152
+ $ ( '<div class="ui green basic label topic" style="cursor:pointer;">' + topicArray [ i ] + '</div>' ) . insertBefore ( last )
2153
2153
}
2154
2154
}
2155
2155
} ) . done ( function ( ) {
@@ -2166,10 +2166,11 @@ function initTopicbar() {
2166
2166
transition : 'horizontal flip' ,
2167
2167
duration : 200 ,
2168
2168
variation : false ,
2169
- teal : true
2169
+ blue : true ,
2170
+ basic : true ,
2170
2171
} ,
2171
2172
className : {
2172
- label : 'ui label teal '
2173
+ label : 'ui green basic label '
2173
2174
} ,
2174
2175
apiSettings : {
2175
2176
url : suburl + '/api/v1/topics/search?q={query}' ,
You can’t perform that action at this time.
0 commit comments