mirror of https://gitlab.com/bashrc2/epicyon
Back to link
parent
c53bbf21ff
commit
89212a70c7
|
@ -1685,7 +1685,8 @@ def individualPostAsHtml(pageNumber: int,baseDir: str, \
|
||||||
containerClass='container report'
|
containerClass='container report'
|
||||||
else:
|
else:
|
||||||
contentStr+='<b>Sensitive</b> '
|
contentStr+='<b>Sensitive</b> '
|
||||||
contentStr+='<button class="cwButton" onclick="toggler('+"'"+postID+"'"+')">SHOW MORE</button>'
|
contentStr+='<a href="#" onclick="toggler('+"'"+postID+"'"+');">SHOW MORE</a>'
|
||||||
|
#contentStr+='<button class="cwButton" onclick="toggler('+"'"+postID+"'"+')">SHOW MORE</button>'
|
||||||
contentStr+='<div class="hidden" id="'+postID+'">'
|
contentStr+='<div class="hidden" id="'+postID+'">'
|
||||||
contentStr+=postJsonObject['object']['content']+attachmentStr
|
contentStr+=postJsonObject['object']['content']+attachmentStr
|
||||||
contentStr=addEmbeddedElements(contentStr)
|
contentStr=addEmbeddedElements(contentStr)
|
||||||
|
|
Loading…
Reference in New Issue