don't stop users from registering if they cancel out of a prompt

pull/1/head
ansuz 2018-07-09 15:31:20 +02:00
parent 16f276a18c
commit ce7ebf0326
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ define([
var test;
$register.click(function () {
if (registering) {
console.log("registration is already in progress");
return;
}
var uname = $uname.val();
var passwd = $passwd.val();
var confirmPassword = $confirm.val();