diff --git a/webapp_profile.py b/webapp_profile.py index 5f371e0a5..52916a03f 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -766,8 +766,7 @@ def htmlProfile(rssIconAtTop: bool, menuLogout: 'x' } profileStr = htmlKeyboardNavigation(textModeBanner, - navLinks, navAccessKeys, - navAccessKeys) + navLinks, navAccessKeys) profileStr += profileHeaderStr + donateSection profileStr += '
\n' diff --git a/webapp_timeline.py b/webapp_timeline.py index 0d76fed0e..c5b358305 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -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'