Ozan Hazer

Results 4 comments of Ozan Hazer

OK so I tried to find a solution and stuck at some point, here's the details if anyone is interested. I've ported the tap printer to phpunit v6: [ozanhazer/taplistener](https://github.com/ozanhazer/taplistener) We...

This does the trick for me, no jquery dependency, ie9+: ``` {!! NoCaptcha::renderJs('en', true, 'recaptchaCallback') !!} function recaptchaCallback() { document.querySelectorAll('.g-recaptcha').forEach(function (el) { grecaptcha.render(el); }); } ```