We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486582 commit 9dc21daCopy full SHA for 9dc21da
web-assets/js/signup.js
@@ -35,7 +35,7 @@ $(document).ready(function () {
35
if (!handle){
36
$("#error").html("Need Username / Handle");
37
$("#error").closest(".message").fadeIn();
38
- return;
+ return false;
39
}
40
$.ajax({
41
url: apiServerUrl + "/validateHandle?handle=" + handle,
0 commit comments