mirror of https://gitlab.com/bashrc2/epicyon
Change bookmark location
parent
4cb34487f1
commit
2f63f5f19b
|
@ -502,7 +502,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
calendarImage, followApprovals,
|
||||
iconsAsButtons)
|
||||
|
||||
tlStr += ' <div class="timeline-posts">\n'
|
||||
tlStr += ' <div id="timeline" class="timeline-posts">\n'
|
||||
|
||||
# second row of buttons for moderator actions
|
||||
if moderator and boxName == 'moderation':
|
||||
|
@ -585,8 +585,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
translate['Page up'] + '"></a>\n' + \
|
||||
' </center>\n'
|
||||
|
||||
tlStr += ' <main id="timeline" tabindex="-1">\n'
|
||||
|
||||
# show the posts
|
||||
itemCtr = 0
|
||||
if timelineJson:
|
||||
|
|
Loading…
Reference in New Issue