mirror of https://gitlab.com/bashrc2/epicyon
Don't show back button on mobile
parent
a632f24541
commit
42001ea274
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue