From 300f579a0c36670f30866f86d757f03b14b7b1a5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 10 Jun 2014 18:14:09 -0700 Subject: [PATCH] there is always an email field --- src/Posting/QR.coffee | 1 - 1 file changed, 1 deletion(-) 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]'