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,
|
||||
pinnedContent)
|
||||
|
||||
# Normally invisible links for keyboard navigation
|
||||
# keyboard navigation
|
||||
profileStr = \
|
||||
'<div class="transparent">' + \
|
||||
'<label class="transparent">' + \
|
||||
|
|
|
@ -363,9 +363,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
'<button class="button"><span>' + \
|
||||
translate['Post'] + '</span></button></a>'
|
||||
|
||||
# This creates a link to skip to the timeline and change to
|
||||
# profile view when accessed within lynx, but should be
|
||||
# invisible in a graphical web browser
|
||||
# keyboard navigation
|
||||
tlStr += \
|
||||
'<div class="transparent">' + \
|
||||
'<label class="transparent">' + \
|
||||
|
|
Loading…
Reference in New Issue