mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +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.$('.file-locked-icon').attr('title', gettext("locked by {placeholder}").replace('{placeholder}', this.model.get('lock_owner_name')));
|
||||||
this.dropdown = new DropdownView({
|
this.dropdown = new DropdownView({
|
||||||
el: this.$('.dropdown')
|
el: this.$('.sf-dropdown')
|
||||||
});
|
});
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
Reference in New Issue
Block a user