diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:54:48 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:54:48 -0800 |
commit | 7717b11250181c87494382569534ec71c1780af5 (patch) | |
tree | fa9a4598a194c000fbc61809266a6cc36d40efed /newuser.html | |
parent | fdd77d9148b1ec8c63cc47706149a1e5bcf14d5f (diff) | |
download | hosting-7717b11250181c87494382569534ec71c1780af5.tar.gz hosting-7717b11250181c87494382569534ec71c1780af5.zip |
qeh
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 c531bcf..f6cf622 100644 --- a/newuser.html +++ b/newuser.html @@ -10,7 +10,7 @@ $("#username").change(function(){ - $.post( "https://secure.dev.piny.be/piny-validate", { t: "Username", v: this.val() }, function( res, stat, req ){ + $.post( "https://secure.dev.piny.be/piny-validate", { t: "Username", v: $("#username").val() }, function( res, stat, req ){ alert( "res = " + res + "\nstat = " + stat + "\nreq = " + req + "\nreq.responseText = " + req.responseText ); if ( res ) { if ( res.ok ) { |