diff options
Diffstat (limited to 'static/client/register/index.html')
-rw-r--r-- | static/client/register/index.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/static/client/register/index.html b/static/client/register/index.html index 2248d6e5a8..d7ed8a1fe7 100644 --- a/static/client/register/index.html +++ b/static/client/register/index.html @@ -2,6 +2,7 @@ <head> <title> Registration </title> <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> @@ -18,16 +19,11 @@ <br/> <input id="pwd2" size="32" type="password" placeholder="Confirm your password"/> <br/> + <span id="feedback" style="color: #f00"></span> + <br/> + <div id="regcaptcha"></div> - <div id="regcaptcha" /> - - <button style="margin: 10px">Sign up</button> - </div> - - <div id="serverConfig" ng-show="!wait_3pid_code"> - <label for="homeserver">Home Server:</label> - <input id="homeserver" size="32" type="text" placeholder="URL (e.g. http://matrix.org:8080)"/> - <div class="smallPrint">Your home server stores all your conversation and account data.</div> + <button type="button" style="margin: 10px" onclick="matrixRegistration.signUp()">Sign up</button> </div> </div> </form> |