diff --git a/webinterface.py b/webinterface.py index a672a2e6e..eac955ce8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6957,6 +6957,16 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, if timeDiff > 100: print('TIMELINE TIMING ' + boxName + ' 4 = ' + str(timeDiff)) + # if this is a news instance and we are viewing the news timeline + newsHeader = False + if defaultTimeline == 'tlnews' and boxName == 'tlnews': + newsHeader = True + + # start of headericons div + if not newsHeader: + if not iconsAsButtons: + newPostButtonStr += '