Don't show back button on mobile

merge-requests/8/head
Bob Mottram 2020-10-30 18:42:22 +00:00
parent a632f24541
commit 42001ea274
1 changed files with 1 additions and 1 deletions

View File

@ -5967,7 +5967,7 @@ def htmlLinksMobile(cssCache: {}, baseDir: str,
getLeftColumnContent(baseDir, nickname, domainFull,
httpPrefix, translate,
iconsDir, editor,
True, timelinePath, True, False)
False, timelinePath, True, False)
htmlStr += '</div>\n' + htmlFooter()
return htmlStr