-Recaptcha, qr, +QR

This commit is contained in:
James Campos 2011-09-20 19:54:31 -07:00
parent 7a756dce26
commit 0396b52ced
2 changed files with 4 additions and 4 deletions

View File

@ -1288,7 +1288,7 @@
captchas.push(captcha);
$.set('captchas', captchas);
el.value = '';
Recaptcha.reload();
QR.captchaReload();
return QR.captchaLength(captchas);
},
captchaShift: function() {
@ -2934,7 +2934,7 @@
var data, origin;
origin = e.origin, data = e.data;
if (origin === 'http://sys.4chan.org') {
return qr.message(data);
return QR.message(data);
}
},
css: '\

View File

@ -991,7 +991,7 @@ QR =
captchas.push captcha
$.set 'captchas', captchas
el.value = ''
Recaptcha.reload()
QR.captchaReload()
QR.captchaLength captchas
captchaShift: ->
captchas = $.get 'captchas', []
@ -2271,7 +2271,7 @@ Main =
message: (e) ->
{origin, data} = e
if origin is 'http://sys.4chan.org'
qr.message data
QR.message data
css: '
/* dialog styling */