forked from indymedia/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,
|
getLeftColumnContent(baseDir, nickname, domainFull,
|
||||||
httpPrefix, translate,
|
httpPrefix, translate,
|
||||||
iconsDir, editor,
|
iconsDir, editor,
|
||||||
True, timelinePath, True, False)
|
False, timelinePath, True, False)
|
||||||
htmlStr += '</div>\n' + htmlFooter()
|
htmlStr += '</div>\n' + htmlFooter()
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue