diff options
Diffstat (limited to 'newuser.html')
-rw-r--r-- | newuser.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newuser.html b/newuser.html index 2b87905..058bc74 100644 --- a/newuser.html +++ b/newuser.html @@ -4,6 +4,8 @@ <script href="/js/jquery/jquery.min.js"></script> <script type="text/javascript"> + alert( "bar!" ); + $(document).ready(function(){ alert( "foo!" ); $("#pass2-row").css( "display", "block" ); |