mirror of https://gitlab.com/bashrc2/epicyon
Use mobile links on keyboard menu
parent
345df667c2
commit
893c421e6f
|
@ -427,8 +427,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
menuShares: usersPath + '/tlshares#timeline',
|
menuShares: usersPath + '/tlshares#timeline',
|
||||||
menuBlogs: usersPath + '/tlblogs#timeline',
|
menuBlogs: usersPath + '/tlblogs#timeline',
|
||||||
# menuEvents: usersPath + '/tlevents#timeline',
|
# menuEvents: usersPath + '/tlevents#timeline',
|
||||||
menuNewswire: '#newswire',
|
menuNewswire: usersPath + '/newswiremobile',
|
||||||
menuLinks: '#links'
|
menuLinks: usersPath + '/linksmobile'
|
||||||
}
|
}
|
||||||
if moderator:
|
if moderator:
|
||||||
navLinks[menuModeration] = usersPath + '/moderation#modtimeline'
|
navLinks[menuModeration] = usersPath + '/moderation#modtimeline'
|
||||||
|
|
Loading…
Reference in New Issue