Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use recaptcha_ajax.js directly from Google
Browse files Browse the repository at this point in the history
This was originally done in commit c75b71a,
but got reverted on this branch due to the PR (#3677) being based on the wrong
branch.

We're ready to merge this to master now, so let's make it match
release-v0.33.3.
  • Loading branch information
richvdh committed Aug 22, 2018
1 parent 48fec67 commit 74854a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 196 deletions.
2 changes: 1 addition & 1 deletion synapse/static/client/register/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0'>
<link rel="stylesheet" href="style.css">
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/recaptcha_ajax.js"></script>
<script src="https://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
<script src="register_config.js"></script>
<script src="js/register.js"></script>
</head>
Expand Down
Loading

0 comments on commit 74854a9

Please sign in to comment.