diff options
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" ); }); |