Skip to content

Commit 9dc21da

Browse files
author
Sachin Maheshwari
committed
typo
1 parent 1486582 commit 9dc21da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/signup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $(document).ready(function () {
3535
if (!handle){
3636
$("#error").html("Need Username / Handle");
3737
$("#error").closest(".message").fadeIn();
38-
return;
38+
return false;
3939
}
4040
$.ajax({
4141
url: apiServerUrl + "/validateHandle?handle=" + handle,

0 commit comments

Comments
 (0)