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