Merge pull request #20837 from owncloud/fix-mountoptions-dropdown

Fix ext storage mount options dropdown
This commit is contained in:
Thomas Müller 2015-11-30 16:53:26 +01:00
commit b9faba8857
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ MountOptionsDropdown.prototype = {
var $el = $(template());
this.$el = $el;
$el.addClass('hidden');
this.setOptions(mountOptions, enabledOptions);