Changeset - b5e4758460f0
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-07-05 19:10:07
trot.thunder@gmail.com
replace YUI with jquery in templates/login.html
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/login.html
Show inline comments
 
@@ -81,8 +81,8 @@
 
        ${h.end_form()}
 
        <script type="text/javascript">
 
        $(document).ready(function(){
 
            YUD.get('username').focus();
 
        })
 
            $('#username').focus();
 
        });
 
        </script>
 
    </div>
 
    <!-- end login -->
0 comments (0 inline, 0 general)