summaryrefslogtreecommitdiff
path: root/newuser.html
diff options
context:
space:
mode:
Diffstat (limited to 'newuser.html')
-rw-r--r--newuser.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/newuser.html b/newuser.html
index 058bc74..41fe969 100644
--- a/newuser.html
+++ b/newuser.html
@@ -1,13 +1,10 @@
<html>
<head>
<title>Create a Piny user</title>
- <script href="/js/jquery/jquery.min.js"></script>
+ <script src="/js/jquery/jquery.min.js"></script>
<script type="text/javascript">
- alert( "bar!" );
-
$(document).ready(function(){
- alert( "foo!" );
$("#pass2-row").css( "display", "block" );
});