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

View file

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