Don't need the sensitive header

main2
Bob Mottram 2019-11-02 09:34:42 +00:00
parent d8eb0e871d
commit 995382608f
1 changed files with 0 additions and 2 deletions

View File

@ -2113,8 +2113,6 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
contentStr+='<b>'+postJsonObject['object']['summary']+'</b> ' contentStr+='<b>'+postJsonObject['object']['summary']+'</b> '
if isModerationPost: if isModerationPost:
containerClass='container report' containerClass='container report'
else:
contentStr+='<b>Sensitive</b> '
contentStr+='<button class="cwButton" onclick="showContentWarning('+"'"+postID+"'"+')">'+translate['SHOW MORE']+'</button>' contentStr+='<button class="cwButton" onclick="showContentWarning('+"'"+postID+"'"+')">'+translate['SHOW MORE']+'</button>'
contentStr+='<div class="cwText" id="'+postID+'">' contentStr+='<div class="cwText" id="'+postID+'">'
contentStr+=postJsonObject['object']['content']+attachmentStr contentStr+=postJsonObject['object']['content']+attachmentStr