summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 20:54:48 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 20:54:48 -0800
commit7717b11250181c87494382569534ec71c1780af5 (patch)
treefa9a4598a194c000fbc61809266a6cc36d40efed
parentfdd77d9148b1ec8c63cc47706149a1e5bcf14d5f (diff)
downloadhosting-7717b11250181c87494382569534ec71c1780af5.tar.gz
hosting-7717b11250181c87494382569534ec71c1780af5.zip
qeh
-rw-r--r--newuser.html2
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 ) {