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