Use mobile links on keyboard menu

merge-requests/18/head
Bob Mottram 2021-02-15 13:49:36 +00:00
parent 345df667c2
commit 893c421e6f
1 changed files with 2 additions and 2 deletions

View File

@ -427,8 +427,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
menuShares: usersPath + '/tlshares#timeline',
menuBlogs: usersPath + '/tlblogs#timeline',
# menuEvents: usersPath + '/tlevents#timeline',
menuNewswire: '#newswire',
menuLinks: '#links'
menuNewswire: usersPath + '/newswiremobile',
menuLinks: usersPath + '/linksmobile'
}
if moderator:
navLinks[menuModeration] = usersPath + '/moderation#modtimeline'