mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-30 13:23:14 +00:00
fix dropdown for dir entry
This commit is contained in:
parent
86df7ee836
commit
08200845d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user