1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

use dropdown for publib create button

This commit is contained in:
Daniel Pan
2016-03-31 21:05:46 +08:00
parent d07e7be840
commit b9ba54f635
5 changed files with 32 additions and 33 deletions

View File

@@ -42,7 +42,8 @@ define([
this.$el.html(this.template(data));
new DropdownView({
el: this.$('.js-dropdown')
el: this.$('.js-dropdown'),
left: '-60px'
});
return this;