forked from indymedia/epicyon
Reverse logic
parent
35598b9e48
commit
047a9b650d
|
@ -6043,7 +6043,7 @@ def getTimelineButtonHeader(defaultTimeline: str,
|
||||||
'</span></button></a>\n'
|
'</span></button></a>\n'
|
||||||
|
|
||||||
isFeaturesTimeline = \
|
isFeaturesTimeline = \
|
||||||
defaultTimeline == 'tlnews' and boxName != 'tlnews'
|
defaultTimeline == 'tlnews' and boxName == 'tlnews'
|
||||||
|
|
||||||
if not isFeaturesTimeline:
|
if not isFeaturesTimeline:
|
||||||
# typically the blogs button
|
# typically the blogs button
|
||||||
|
|
Loading…
Reference in New Issue