Merge pull request #4482 from owncloud/remove_cancel_button_filepicker
Remove cancel button from filepicker
This commit is contained in:
commit
a1128aadd0
1 changed files with 0 additions and 4 deletions
|
@ -117,10 +117,6 @@ var OCdialogs = {
|
|||
text: t('core', 'Choose'),
|
||||
click: functionToCall,
|
||||
defaultButton: true
|
||||
},
|
||||
{
|
||||
text: t('core', 'Cancel'),
|
||||
click: function(){self.$filePicker.ocdialog('close'); }
|
||||
}];
|
||||
|
||||
self.$filePicker.ocdialog({
|
||||
|
|
Loading…
Reference in a new issue