diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:26:10 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:26:10 -0800 |
commit | 23787dc0400045843c73130e5d62decbe133a64c (patch) | |
tree | 36b8b3b63d7708829ef98acdb54e8943ad4af73f /newuser.html | |
parent | d7bad937517f9424a44bdfe58afd9d356a6d5b7f (diff) | |
download | hosting-23787dc0400045843c73130e5d62decbe133a64c.tar.gz hosting-23787dc0400045843c73130e5d62decbe133a64c.zip |
remove json decoding
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' ); + } ); }); |