Fix whitespace username in the installation form

This commit is contained in:
Georg Ehrke 2012-01-02 14:21:46 +01:00
parent 534b6f3a09
commit a1af757ef6
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ $(document).ready(function() {
$('#dbhost').hide();
$('#dbhostlabel').hide();
}
$('#adminlogin').change(function(){
$('#adminlogin').val($.trim($('#adminlogin').val()));
});
$('#sqlite').click(function() {
$('#use_other_db').slideUp(250);
$('#dbhost').hide(250);