Skip to content
Snippets Groups Projects
Commit a1128aad authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Merge pull request #4482 from owncloud/remove_cancel_button_filepicker

Remove cancel button from filepicker
parents 3e884308 2ee84252
No related branches found
No related tags found
No related merge requests found
...@@ -117,10 +117,6 @@ var OCdialogs = { ...@@ -117,10 +117,6 @@ var OCdialogs = {
text: t('core', 'Choose'), text: t('core', 'Choose'),
click: functionToCall, click: functionToCall,
defaultButton: true defaultButton: true
},
{
text: t('core', 'Cancel'),
click: function(){self.$filePicker.ocdialog('close'); }
}]; }];
self.$filePicker.ocdialog({ self.$filePicker.ocdialog({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment