1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

[repo_create_js]fix bug;del debug code

This commit is contained in:
llj
2012-08-25 15:51:45 +08:00
parent 3953525f6c
commit 2a3652770e

View File

@@ -33,10 +33,9 @@ $('#repo-create-submit').click(function() {
'repo_desc': $('#repo-desc').val(),
'encryption': $('#encrypt-switch').attr('checked') ? 1 : 0,
'passwd': passwd.val(),
'passwd_again': passwd_again.val(),
'passwd_again': passwd_again.val()
},
success: function(data) {
console.log(data);
if (data['success']) {
location.reload(true);
} else {