diff --git a/core/src/OC/dialogs.js b/core/src/OC/dialogs.js index 1e39a52c2f8ef..e68eb9beb68a6 100644 --- a/core/src/OC/dialogs.js +++ b/core/src/OC/dialogs.js @@ -320,8 +320,8 @@ const Dialogs = { } var newButton = self.$filePicker.find('.actions.creatable .button-add') - if (type === self.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) { - newButton.hide() + if (type === this.FILEPICKER_TYPE_CHOOSE && !options.allowDirectoryChooser) { + self.$filePicker.find('.actions.creatable').hide() } newButton.on('focus', function() { self.$filePicker.ocdialog('setEnterCallback', function() {