mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
[libs] modified ui of 'lib list' & 'lib create'
* removed 'description', added 'size'
This commit is contained in:
@@ -19,7 +19,7 @@ define([
|
||||
newAttributes: function() {
|
||||
var baseAttrs = AddRepoView.prototype.newAttributes.apply(this);
|
||||
|
||||
return _.extend(baseAttrs, $('select[name=permission]', this.$el).val());
|
||||
return _.extend(baseAttrs, {'permission': $('select[name=permission]', this.$el).val()});
|
||||
},
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user