Skip to content

Instantly share code, notes, and snippets.

@rhapsodyv
Created January 3, 2012 20:28
Show Gist options
  • Save rhapsodyv/1556772 to your computer and use it in GitHub Desktop.
Save rhapsodyv/1556772 to your computer and use it in GitHub Desktop.
código do dia - 03/01/12 - bom pra iniciar o ano
var stringJson = action.response.responseText;
if (stringJson == '{"success":false,"errors":{"ChangePassForm[recaptcha_response_field]":["Recaptcha"]}}'){
Ext.MessageBox.alert('Recaptcha Incorreto', 'O código do Recaptcha está incorreto.');
Recaptcha.reload();
}
@rhapsodyv
Copy link
Author

infelizmente esse é o padrão do mundo PHP...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment