diff --git a/webinterface.py b/webinterface.py index e79da8ef2..08d87d7b5 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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