diff options
Diffstat (limited to 'newuser.html')
-rw-r--r-- | newuser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newuser.html b/newuser.html index 484c1ab..54aef34 100644 --- a/newuser.html +++ b/newuser.html @@ -21,7 +21,7 @@ } else { $("#username-error").addClass( "error" ).html( "somehow res is null!" ); }; - }, 'json' ); + } ); }); |