Change bookmark location

main
Bob Mottram 2021-02-06 12:06:40 +00:00
parent 4cb34487f1
commit 2f63f5f19b
1 changed files with 1 additions and 3 deletions

View File

@ -502,7 +502,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
calendarImage, followApprovals, calendarImage, followApprovals,
iconsAsButtons) iconsAsButtons)
tlStr += ' <div class="timeline-posts">\n' tlStr += ' <div id="timeline" class="timeline-posts">\n'
# second row of buttons for moderator actions # second row of buttons for moderator actions
if moderator and boxName == 'moderation': if moderator and boxName == 'moderation':
@ -585,8 +585,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
translate['Page up'] + '"></a>\n' + \ translate['Page up'] + '"></a>\n' + \
' </center>\n' ' </center>\n'
tlStr += ' <main id="timeline" tabindex="-1">\n'
# show the posts # show the posts
itemCtr = 0 itemCtr = 0
if timelineJson: if timelineJson: