diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 2fc10c4a4..5f42dd45c 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -475,7 +475,6 @@ QR = QR.max_duration_video = 120 QR.nodes.name.hidden = !$ '.postForm input[name=name]:not([type=hidden])' - QR.nodes.email.hidden = !$ '.postForm input[name=email]:not([type=hidden])' QR.nodes.sub.hidden = !$ '.postForm input[name=sub]:not([type=hidden])' QR.spoiler = !!$ '.postForm input[name=spoiler]'