From 893c421e6fcd403a24293fb498d854d4e7fcc5d7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Feb 2021 13:49:36 +0000 Subject: [PATCH] Use mobile links on keyboard menu --- webapp_timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 0c0407520..d8c7df407 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -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'