summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 20:40:27 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 20:40:27 -0800
commit5d735c5df7ed43764b974d0d90b1e618e969492d (patch)
tree2aac94bc5b279aea9d148d1566a0e87b1f9ef389
parent3a7dd7855ff3a62501062f056403cfeeb5b0810b (diff)
downloadhosting-5d735c5df7ed43764b974d0d90b1e618e969492d.tar.gz
hosting-5d735c5df7ed43764b974d0d90b1e618e969492d.zip
eh
-rw-r--r--newuser.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/newuser.html b/newuser.html
index c6443a0..966c767 100644
--- a/newuser.html
+++ b/newuser.html
@@ -8,9 +8,9 @@
$("#pass2-row").show();
- $("#username").change(function( obj ){
+ $("#username").change(function(){
- $.post( "https://secure.dev.piny.be/piny-validate", { "t": "Username", "v": obj.value }, function( res, stat, req ){
+ $.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 );
if ( res ) {
if ( res.ok ) {