Remove cancel button from filepicker

Having the cancel button in the bottom right corner was a bit confusing.
It's useless anyways, since there's a X in the top right.
remotes/origin/stable6
kondou 13 years ago
parent 837cefd8a3
commit 2ee8425295
  1. 4
      core/js/oc-dialogs.js

@ -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…
Cancel
Save