1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

Merge branch '4.4'

This commit is contained in:
zhengxie
2015-11-05 16:33:13 +08:00
13 changed files with 397 additions and 53 deletions

View File

@@ -54,6 +54,7 @@ define([
// TODO: move to common
displayValidationErrors: function(model, error, options) {
this.$('.error').html(error).show();
Common.enableButton(this.$('[type="submit"]'));
},
addRepo: function(e) {