1
0
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:
Daniel Pan 2016-04-20 13:26:46 +08:00
parent 86df7ee836
commit 08200845d1

View File

@ -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;