summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 21:01:28 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 21:01:28 -0800
commitca4159899812c8e7bb97315dfb94f4b4489f36c1 (patch)
treed087d244f0a30ecc9be583e25c3f2d536b00e7ae
parent7717b11250181c87494382569534ec71c1780af5 (diff)
downloadhosting-ca4159899812c8e7bb97315dfb94f4b4489f36c1.tar.gz
hosting-ca4159899812c8e7bb97315dfb94f4b4489f36c1.zip
more debug
-rw-r--r--newuser.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newuser.html b/newuser.html
index f6cf622..3460707 100644
--- a/newuser.html
+++ b/newuser.html
@@ -11,7 +11,7 @@
$("#username").change(function(){
$.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 );
+ alert( "res = " + res + "\nstat = " + stat + "\nreq = " + req + "\nreq.responseText = " + req.responseText + "\nreq.withCredentials = " + req.withCredentials + "\nreq.readyState = " + req.readyState );
if ( res ) {
if ( res.ok ) {
$("#username-error").removeClass( "error" ).html( "" );