mirror of https://gitlab.com/bashrc2/epicyon
Twice argument
parent
5343c38ff2
commit
19964ed80f
|
@ -766,8 +766,7 @@ def htmlProfile(rssIconAtTop: bool,
|
|||
menuLogout: 'x'
|
||||
}
|
||||
profileStr = htmlKeyboardNavigation(textModeBanner,
|
||||
navLinks, navAccessKeys,
|
||||
navAccessKeys)
|
||||
navLinks, navAccessKeys)
|
||||
|
||||
profileStr += profileHeaderStr + donateSection
|
||||
profileStr += '<div class="container" id="buttonheader">\n'
|
||||
|
|
|
@ -487,9 +487,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
menuCalendar: 'c',
|
||||
menuDM: 'm',
|
||||
menuReplies: 'r',
|
||||
menuOutbox: 'o',
|
||||
menuOutbox: 's',
|
||||
menuBookmarks: 'k',
|
||||
menuShares: 's',
|
||||
menuShares: 'h',
|
||||
menuBlogs: 'b',
|
||||
menuNewswire: 'w',
|
||||
menuLinks: 'l'
|
||||
|
|
Loading…
Reference in New Issue