diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:48:43 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:48:43 -0800 |
commit | 87523bf9ee9d035b3bf3abe6c4144609e1ac0bae (patch) | |
tree | 31cc2d570c0bc581526adb55ad5e00fc1850887e /newuser.html | |
parent | 50f4153f0bdc113ca47d11ffad0cad3e82fcae1f (diff) | |
download | hosting-87523bf9ee9d035b3bf3abe6c4144609e1ac0bae.tar.gz hosting-87523bf9ee9d035b3bf3abe6c4144609e1ac0bae.zip |
ok, do it right this time
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 d4cf630..cd11c19 100644 --- a/newuser.html +++ b/newuser.html @@ -10,7 +10,7 @@ $("#username").change(function(){ - $.post( "https://secure.dev.piny.be/piny-validate", $.serialize( { t: "Username", v: $("#username").value } ), function( res, stat, req ){ + $.post( "https://secure.dev.piny.be/piny-validate", { t: "Username", v: $("#username").value }.serialize(), function( res, stat, req ){ alert( "res = " + res + "\nstat = " + stat + "\nreq = " + req + "\nreq.responseText = " + req.responseText ); if ( res ) { if ( res.ok ) { |