瀏覽代碼

Fix whitespace username in the installation form

tags/v3.0
Georg Ehrke 12 年之前
父節點
當前提交
a1af757ef6
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      core/js/setup.js

+ 3
- 1
core/js/setup.js 查看文件

@@ -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);

Loading…
取消
儲存