diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:50:41 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 20:50:41 -0800 |
commit | 8b7c781584d5df470ee456c853cc15d7687a995c (patch) | |
tree | edfb9ac1cc2da09e07dd3a84f0e1477e286751d7 /newuser.html | |
parent | c7533250312edf6ef58feb0c3d1c14e641c00200 (diff) | |
download | hosting-8b7c781584d5df470ee456c853cc15d7687a995c.tar.gz hosting-8b7c781584d5df470ee456c853cc15d7687a995c.zip |
debug
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 1a4fb42..7a8128e 100644 --- a/newuser.html +++ b/newuser.html @@ -10,7 +10,7 @@ $("#username").change(function( obj ){ - alert( { t: "Username", v: $("#username").value, r: obj } ); + alert( "v = " + $("#username").value + "\no = " + obj ); $.post( "https://secure.dev.piny.be/piny-validate", { t: "Username", v: $("#username").value }, function( res, stat, req ){ alert( "res = " + res + "\nstat = " + stat + "\nreq = " + req + "\nreq.responseText = " + req.responseText ); |