AmarieEA

Results 3 issues of AmarieEA

I want to show the loading bar on postbacks. In my loading-bar.js I add: ``` window.onbeforeunload = function () { if (window.beforeUnloadHandler) { var result = window.beforeUnloadHandler(); if (!(result ===...

Recaptcha doesn't show in firefox when it works perfectly chrome. My html: ``` ``` I see that the problem in the method getRecaptcha (angular-recaptcha.js) where recaptcha == undefined: ``` function...

Is there any option for angular-recptcha to set custom error messages? Like this: ``` var RecaptchaOptions = { custom_translations : { incorrect_try_again : "You did it wrong, try again." }...