mirror of https://gitlab.com/bashrc2/epicyon
At least one post for page down
parent
61bd16ef90
commit
bdd428439e
|
@ -749,7 +749,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
str(itemCtr) + ' ' + str(timelineJson['orderedItems']))
|
str(itemCtr) + ' ' + str(timelineJson['orderedItems']))
|
||||||
|
|
||||||
# page down arrow
|
# page down arrow
|
||||||
if itemCtr > 2:
|
if itemCtr > 0:
|
||||||
tlStr += textModeSeparator
|
tlStr += textModeSeparator
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
|
|
Loading…
Reference in New Issue