Skip to content

Commit

Permalink
s/Replace/Remove/ non-free recaptcha_ajax.js matrix-org#1932
Browse files Browse the repository at this point in the history
Signed-off-by: Anant Prakash <[email protected]>
  • Loading branch information
APwhitehat committed Mar 24, 2017
1 parent 281553a commit f3c45b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 198 deletions.
5 changes: 2 additions & 3 deletions synapse/static/client/register/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<html>
<head>
<title> Registration </title>
<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0'>
<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="register_config.js"></script>
<script src="js/register.js"></script>
</head>
<body onload="matrixRegistration.onLoad()">
<form id="registrationForm" onsubmit="matrixRegistration.signUp(); return false;">
<div>
Create account:<br/>

<div style="text-align: center">
<input id="desired_user_id" size="32" type="text" placeholder="Matrix ID (e.g. bob)" autocapitalize="off" autocorrect="off" />
<br/>
Expand Down
Loading

0 comments on commit f3c45b2

Please sign in to comment.