diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 18:59:59 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 18:59:59 -0800 |
commit | b9b050d1e2d097cf2790a89ed637b0053addd0a7 (patch) | |
tree | 1f4faffa1d3dab9a42c22bc612a344f7197e3ac6 /newuser.html | |
parent | cd863bf81e5c553fa6e12f0642a0b642ef562fa4 (diff) | |
download | hosting-b9b050d1e2d097cf2790a89ed637b0053addd0a7.tar.gz hosting-b9b050d1e2d097cf2790a89ed637b0053addd0a7.zip |
Quick test.
Diffstat (limited to 'newuser.html')
-rw-r--r-- | newuser.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newuser.html b/newuser.html index 61f3a07..2b87905 100644 --- a/newuser.html +++ b/newuser.html @@ -5,6 +5,7 @@ <script type="text/javascript"> $(document).ready(function(){ + alert( "foo!" ); $("#pass2-row").css( "display", "block" ); }); |