Back to link

master
Bob Mottram 2019-09-04 19:30:30 +01:00
parent c53bbf21ff
commit 89212a70c7
1 changed files with 2 additions and 1 deletions

View File

@ -1685,7 +1685,8 @@ def individualPostAsHtml(pageNumber: int,baseDir: str, \
containerClass='container report'
else:
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+=postJsonObject['object']['content']+attachmentStr
contentStr=addEmbeddedElements(contentStr)