mirror of https://gitlab.com/bashrc2/epicyon
Consistent comments for searchability
parent
7c5077c701
commit
7bf6c74e15
|
@ -707,7 +707,7 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
movedTo, alsoKnownAs,
|
movedTo, alsoKnownAs,
|
||||||
pinnedContent)
|
pinnedContent)
|
||||||
|
|
||||||
# Normally invisible links for keyboard navigation
|
# keyboard navigation
|
||||||
profileStr = \
|
profileStr = \
|
||||||
'<div class="transparent">' + \
|
'<div class="transparent">' + \
|
||||||
'<label class="transparent">' + \
|
'<label class="transparent">' + \
|
||||||
|
|
|
@ -363,9 +363,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
'<button class="button"><span>' + \
|
'<button class="button"><span>' + \
|
||||||
translate['Post'] + '</span></button></a>'
|
translate['Post'] + '</span></button></a>'
|
||||||
|
|
||||||
# This creates a link to skip to the timeline and change to
|
# keyboard navigation
|
||||||
# profile view when accessed within lynx, but should be
|
|
||||||
# invisible in a graphical web browser
|
|
||||||
tlStr += \
|
tlStr += \
|
||||||
'<div class="transparent">' + \
|
'<div class="transparent">' + \
|
||||||
'<label class="transparent">' + \
|
'<label class="transparent">' + \
|
||||||
|
|
Loading…
Reference in New Issue