]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix ext storage mount options dropdown
authorVincent Petry <pvince81@owncloud.com>
Mon, 30 Nov 2015 13:59:06 +0000 (14:59 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 30 Nov 2015 13:59:06 +0000 (14:59 +0100)
apps/files_external/js/settings.js

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