web: fix recaptcha problem

This commit is contained in:
David Anderson 2017-02-01 22:25:00 -08:00
parent c2350c7f57
commit 1b81fecfb3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function boinc_recaptcha_get_head_extra() {
// the meta tag must be included
// for Recaptcha to work with some IE browsers
return '<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="https://www.google.com/recaptcha/api.js?ver=2" async defer></script>
';
}
return "";