diff --git a/script.coffee b/script.coffee index cccc4f6dd..d8cb7605e 100644 --- a/script.coffee +++ b/script.coffee @@ -1135,7 +1135,7 @@ QR = submit: (e) -> #XXX e is undefined if method is called explicitly, eg, from auto posting unless QR.hasContent() - alert 'Error: No text entered.' if e + alert 'Error: No text entered.' if e #don't alert at the end of auto posting return {qr} = QR $('.error', qr).textContent = ''