Include timeline header

main2
Bob Mottram 2019-11-02 14:39:13 +00:00
parent a02294b7ea
commit 545dd27974
1 changed files with 5 additions and 4 deletions

View File

@ -2397,10 +2397,11 @@ def htmlTimeline(translate: {},pageNumber: int, \
if boxName=='tlshares':
maxSharesPerAccount=itemsPerPage
return htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
baseDir,actor,nickname,domain,port, \
maxSharesPerAccount,httpPrefix) + \
htmlFooter()
return tlStr+ \
htmlSharesTimeline(translate,pageNumber,itemsPerPage, \
baseDir,actor,nickname,domain,port, \
maxSharesPerAccount,httpPrefix) + \
htmlFooter()
# add the javascript for content warnings
tlStr+='<script>'+contentWarningScript()+'</script>'