don't stop users from registering if they cancel out of a prompt
This commit is contained in:
parent
16f276a18c
commit
ce7ebf0326
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user