mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 06:34:40 +00:00
fix dropdown for dir entry
This commit is contained in:
@@ -60,7 +60,7 @@ define([
|
||||
}));
|
||||
this.$('.file-locked-icon').attr('title', gettext("locked by {placeholder}").replace('{placeholder}', this.model.get('lock_owner_name')));
|
||||
this.dropdown = new DropdownView({
|
||||
el: this.$('.dropdown')
|
||||
el: this.$('.sf-dropdown')
|
||||
});
|
||||
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user