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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user