derp
This commit is contained in:
parent
4de10a54d2
commit
a6693e9f3a
@ -1389,7 +1389,7 @@
|
||||
}
|
||||
QR.captchaPush(this);
|
||||
e.preventDefault();
|
||||
return e.submit();
|
||||
return QR.submit();
|
||||
},
|
||||
quote: function(e) {
|
||||
var i, ss, ta, text, v;
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user