diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 62f00e2..bcf44c9 100755 --- a/static/index.html +++ b/static/index.html @@ -25,7 +25,6 @@ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/home.js"></script> - <script type="text/javascript" src="/static/js/cookie.js"></script> <script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script> <script> $(document).ready(initLoginForm); @@ -92,7 +91,7 @@ $(document).ready(function() { </div> </div> </div> - <input type="text" id="nickInput" size="17" /> + <input type="text" id="nickInput" size="17" /><br> <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible"> <input type="password" id="passwordInput" size="17" /><br /> |
