diff options
| author | sostler <sbostler@gmail.com> | 2010-05-27 14:17:35 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-27 14:17:35 -0400 |
| commit | 96adff534b34ca1e92f12266e27a9784ec802f40 (patch) | |
| tree | 3cdde26cda9716f290cc9ccec712393025c33fdc /static/index.html | |
| parent | f057fd141ec80bfd042914ed7d1439962b1ff160 (diff) | |
| parent | e9dcb2bc4bb1b915e02eff3823d6006b052df13d (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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 /> |
