mirror of https://gitlab.com/bashrc2/epicyon
Move timeline bookmark
parent
6bbb23d594
commit
668c96f6ea
|
@ -433,7 +433,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
leftColumnStr + ' </td>\n'
|
leftColumnStr + ' </td>\n'
|
||||||
# center column containing posts
|
# center column containing posts
|
||||||
tlStr += ' <td valign="top" class="col-center">\n'
|
tlStr += ' <td valign="top" class="col-center">\n'
|
||||||
tlStr += ' <main id="timeline" tabindex="-1">\n'
|
|
||||||
|
|
||||||
if not fullWidthTimelineButtonHeader:
|
if not fullWidthTimelineButtonHeader:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
|
@ -534,6 +533,8 @@ 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:
|
||||||
|
|
Loading…
Reference in New Issue