From a6693e9f3a45d131a536ad3b295ba61cdc392052 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 3 Sep 2011 13:17:02 -0700 Subject: [PATCH] derp --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 6e99af92d..339866d14 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1389,7 +1389,7 @@ } QR.captchaPush(this); e.preventDefault(); - return e.submit(); + return QR.submit(); }, quote: function(e) { var i, ss, ta, text, v; diff --git a/script.coffee b/script.coffee index 91ca58fca..e0bae4fcc 100644 --- a/script.coffee +++ b/script.coffee @@ -1093,7 +1093,7 @@ QR = return unless e.keyCode is 13 and @value #enter, captcha filled QR.captchaPush @ e.preventDefault() - e.submit() #derpy, but prevents calling QR.hasContent twice + QR.submit() #derpy, but prevents calling QR.hasContent twice quote: (e) -> e.preventDefault() text = ">>#{@textContent}\n"