changeset 4389:b5e4758460f0

replace YUI with jquery in templates/login.html
author Takumi IINO <trot.thunder@gmail.com>
date Sun, 06 Jul 2014 02:10:07 +0900
parents ea4f269edb12
children e8f0df0d6dd5
files kallithea/templates/login.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/login.html	Sun Jul 06 01:08:13 2014 +0900
+++ b/kallithea/templates/login.html	Sun Jul 06 02:10:07 2014 +0900
@@ -81,8 +81,8 @@
         ${h.end_form()}
         <script type="text/javascript">
         $(document).ready(function(){
-            YUD.get('username').focus();
-        })
+            $('#username').focus();
+        });
         </script>
     </div>
     <!-- end login -->