Reverse logic

main
Bob Mottram 2020-02-25 21:24:30 +00:00
parent e27c4a6a98
commit 0a6489cffe
1 changed files with 1 additions and 1 deletions

View File

@ -2147,7 +2147,7 @@ def contentWarningScriptOpen() -> str:
"""
script='function showContentWarning(postID) {\n'
script+=' var x = document.getElementById(postID);\n'
script+=' x.style.display = "none";\n'
script+=' x.style.display = "block";\n'
script+='}\n'
return script