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
 
@@ -72,18 +72,18 @@
 
                ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
 
                %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
 
                  /
 
                 ${h.link_to(_("Don't have an account ?"),h.url('register'))}
 
                %endif
 
            </div>
 

	
 
            <!-- end links -->
 
        </div>
 
        ${h.end_form()}
 
        <script type="text/javascript">
 
        $(document).ready(function(){
 
            YUD.get('username').focus();
 
        })
 
            $('#username').focus();
 
        });
 
        </script>
 
    </div>
 
    <!-- end login -->
 
</div>
0 comments (0 inline, 0 general)