From 08200845d143eafc61f7a94e0051a15179f8978d Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Wed, 20 Apr 2016 13:26:46 +0800 Subject: [PATCH] fix dropdown for dir entry --- static/scripts/app/views/dirent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scripts/app/views/dirent.js b/static/scripts/app/views/dirent.js index a75b6cc271..3477fe2791 100644 --- a/static/scripts/app/views/dirent.js +++ b/static/scripts/app/views/dirent.js @@ -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;