summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 20:50:41 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 20:50:41 -0800
commit8b7c781584d5df470ee456c853cc15d7687a995c (patch)
treeedfb9ac1cc2da09e07dd3a84f0e1477e286751d7
parentc7533250312edf6ef58feb0c3d1c14e641c00200 (diff)
downloadhosting-8b7c781584d5df470ee456c853cc15d7687a995c.tar.gz
hosting-8b7c781584d5df470ee456c853cc15d7687a995c.zip
debug
-rw-r--r--newuser.html2
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 );