1
0
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:
llj
2015-04-02 18:51:48 +08:00
committed by Daniel Pan
parent f30cb39ef5
commit 62fe930d3a
16 changed files with 70 additions and 58 deletions

View File

@@ -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()});
},
});